zmk/app/dts/behaviors/none.dtsi

16 lines
282 B
Plaintext
Raw Normal View History

2020-08-18 11:14:28 -07:00
/*
* Copyright (c) 2020 The ZMK Contributors
2020-08-18 11:14:28 -07:00
*
* SPDX-License-Identifier: MIT
*/
/ {
behaviors {
/omit-if-no-ref/ none: behavior_none {
compatible = "zmk,behavior-none";
label = "NONE";
#binding-cells = <0>;
};
};
2020-08-18 11:14:28 -07:00
};