zmk_mf68/app/dts/behaviors/hid.dtsi

10 lines
139 B
Text
Raw Normal View History

/ {
behaviors {
hid_behavior: behavior_hid {
compatible = "zmk,behavior-hid";
label = "HID";
#binding-cells = <0>;
};
};
};