Update hold-tap.md

tapping-term field had incorrect name (- instead of _), now corrected.
This commit is contained in:
Adrian 2021-03-04 16:50:50 +01:00 committed by GitHub
parent a7c6e080a7
commit 5a5300f889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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