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

@@ -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";