mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
Remove deprecated label property from behaviors
This commit is contained in:
parent
755d4f61d7
commit
f6c0f70b57
@ -12,7 +12,6 @@
|
||||
/ { \
|
||||
macros { \
|
||||
name: name { \
|
||||
label = U_STRINGIFY(ZM_ ## name); \
|
||||
compatible = "zmk,behavior-macro"; \
|
||||
#binding-cells = <0>; \
|
||||
__VA_ARGS__ \
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
behaviors {
|
||||
u_mt: u_mt {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
label = "u_mt";
|
||||
#binding-cells = <2>;
|
||||
tapping_term_ms = <U_TAPPING_TERM>;
|
||||
flavor = "tap-preferred";
|
||||
@ -13,7 +12,6 @@
|
||||
};
|
||||
u_lt: u_lt {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
label = "u_lt";
|
||||
#binding-cells = <2>;
|
||||
tapping_term_ms = <U_TAPPING_TERM>;
|
||||
flavor = "tap-preferred";
|
||||
|
||||
@ -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>; \
|
||||
|
||||
@ -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"; \
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
behaviors { \
|
||||
NAME: NAME { \
|
||||
compatible = "zmk,behavior-mod-morph"; \
|
||||
label = U_STRINGIFY(NAME); \
|
||||
#binding-cells = <0>; \
|
||||
bindings = <BINDING>, <SHIFT_BINDING>; \
|
||||
mods = <(MOD_LSFT|MOD_RSFT)>; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user