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.
This commit is contained in:
Joel Spadin
2023-12-04 18:31:42 -06:00
parent 0fd8e25807
commit 17a6f0b128
9 changed files with 1 additions and 15 deletions

View File

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