zmk/app/dts/behaviors/none.dtsi
Harry Herring f8a7fee9f6 Revert "Merge branch 'main' into main"
This reverts commit ba1ab1ab35, reversing
changes made to 9134fdcfab.
2020-12-01 18:55:04 +00:00

15 lines
213 B
Text

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