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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user