zmk_mf68/app/dts/behaviors/none.dtsi

16 lines
213 B
Plaintext
Raw Normal View History

2020-08-19 04:14:28 +10:00
/*
* Copyright (c) 2020 Pete Johanson
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
none: behavior_none {
compatible = "zmk,behavior-none";
label = "NONE";
#binding-cells = <0>;
};
};
};