aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts
diff options
context:
space:
mode:
authorJoel Spadin <[email protected]>2023-12-04 18:31:42 -0600
committerJoel Spadin <[email protected]>2023-12-04 20:06:54 -0600
commit17a6f0b1285030d2d2b5a7d5197a91ec0aae7aff (patch)
tree4457cdb18969b803adb6a8e528f2280a635c523f /app/dts
parent0fd8e25807b15eaac8edf818d46be8d004885f62 (diff)
downloadzmk-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.dtsi3
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>;
};
};