Update hold-tap.md
tapping-term field had incorrect name (- instead of _), now corrected.
This commit is contained in:
parent
a7c6e080a7
commit
5a5300f889
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ This example configures a hold-tap that works well for homerow mods:
|
||||||
compatible = "zmk,behavior-hold-tap";
|
compatible = "zmk,behavior-hold-tap";
|
||||||
label = "HOMEROW_MODS";
|
label = "HOMEROW_MODS";
|
||||||
#binding-cells = <2>;
|
#binding-cells = <2>;
|
||||||
tapping-term-ms = <150>;
|
tapping_term_ms = <150>;
|
||||||
quick_tap_ms = <0>;
|
quick_tap_ms = <0>;
|
||||||
flavor = "tap-preferred";
|
flavor = "tap-preferred";
|
||||||
bindings = <&kp>, <&kp>;
|
bindings = <&kp>, <&kp>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue