diff options
author | Joel Spadin <[email protected]> | 2023-12-04 18:31:42 -0600 |
---|---|---|
committer | Joel Spadin <[email protected]> | 2023-12-04 20:06:54 -0600 |
commit | 17a6f0b1285030d2d2b5a7d5197a91ec0aae7aff (patch) | |
tree | 4457cdb18969b803adb6a8e528f2280a635c523f /app/dts | |
parent | 0fd8e25807b15eaac8edf818d46be8d004885f62 (diff) | |
download | zmk-17a6f0b1285030d2d2b5a7d5197a91ec0aae7aff.tar.gz zmk-17a6f0b1285030d2d2b5a7d5197a91ec0aae7aff.zip |
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.
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/behaviors/mouse_key_press.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/dts/behaviors/mouse_key_press.dtsi b/app/dts/behaviors/mouse_key_press.dtsi index 9cc16e81e7..975c24aaaf 100644 --- a/app/dts/behaviors/mouse_key_press.dtsi +++ b/app/dts/behaviors/mouse_key_press.dtsi @@ -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>; }; }; |