forked from kofal.net/zmk
refactor: replace tapping_term_ms with tapping-term-ms
* The underscore form of this property is deprecated.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
hm: homerow_mods {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
#binding-cells = <2>;
|
||||
tapping_term_ms = <200>;
|
||||
tapping-term-ms = <200>;
|
||||
flavor = "tap-preferred";
|
||||
bindings = <&kp>, <&kp>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user