mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Remove deprecated label property from behaviors
This commit is contained in:
@@ -11,7 +11,6 @@ U_MACRO(u_tapdelay_tap_##CODE, bindings = <¯o_press &kp CODE>, <¯o_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 = <¯o_press &kp CODE>, <¯o_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"; \
|
||||
|
||||
Reference in New Issue
Block a user