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

@@ -11,7 +11,6 @@ U_MACRO(u_tapdelay_tap_##CODE, bindings = <&macro_press &kp CODE>, <&macro_relea
behaviors { \
u_tapdelay_mt_##CODE: u_tapdelay_mt_##CODE { \
compatible = "zmk,behavior-hold-tap"; \
label = U_STRINGIFY(u_tapdelay_mt_##CODE); \
#binding-cells = <2>; \
tapping_term_ms = <U_TAPPING_TERM>; \
flavor = "tap-preferred"; \
@@ -25,7 +24,6 @@ U_MACRO(u_tapdelay_tap_##CODE, bindings = <&macro_press &kp CODE>, <&macro_relea
behaviors { \
u_tapdelay_lt_##CODE: u_tapdelay_lt_##CODE { \
compatible = "zmk,behavior-hold-tap"; \
label = U_STRINGIFY(u_tapdelay_lt_##CODE); \
#binding-cells = <2>; \
tapping_term_ms = <U_TAPPING_TERM>; \
flavor = "tap-preferred"; \