Remove deprecated label property from behaviors

This commit is contained in:
Manna Harbour
2024-05-01 09:56:19 +10:00
parent 755d4f61d7
commit f6c0f70b57
5 changed files with 0 additions and 7 deletions

View File

@@ -6,7 +6,6 @@
behaviors { \
NAME: NAME { \
compatible = "zmk,behavior-tap-dance"; \
label = U_STRINGIFY(NAME); \
#binding-cells = <0>; \
tapping-term-ms = <U_TAPPING_TERM>; \
bindings = <&none>, <BINDING>; \