zmk/app/dts/behaviors/mouse_key_press.dtsi
Joel Spadin 17a6f0b128 refactor: Remove new uses of label property
Removed new uses of the "label" property which were introduced after
the previous commits on this branch were written.
2023-12-04 20:06:54 -06:00

9 lines
180 B
Plaintext

/ {
behaviors {
/omit-if-no-ref/ mkp: mouse_key_press {
compatible = "zmk,behavior-mouse-key-press";
#binding-cells = <1>;
};
};
};