zmk_mf68/app/dts/behaviors/none.dtsi

16 lines
237 B
Text
Raw Normal View History

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