keyboard/zmk/app/dts/behaviors/none.dtsi

16 lines
220 B
Plaintext
Raw Normal View History

/*
2020-11-22 00:34:43 +00:00
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
none: behavior_none {
compatible = "zmk,behavior-none";
label = "NONE";
#binding-cells = <0>;
};
};
};