forked from kofal.net/zmk
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
/ {
|
|
behaviors {
|
|
hid_behavior: behavior_hid {
|
|
compatible = "zmk,behavior-hid";
|
|
label = "HID";
|
|
#binding-cells = <0>;
|
|
};
|
|
};
|
|
};
|