From 5a5300f8896bd93d18a9a6bdaa9f8e3d48fe1c0b Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 4 Mar 2021 16:50:50 +0100 Subject: [PATCH] Update hold-tap.md tapping-term field had incorrect name (- instead of _), now corrected. --- docs/docs/behaviors/hold-tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/behaviors/hold-tap.md b/docs/docs/behaviors/hold-tap.md index 957744b3..457c2778 100644 --- a/docs/docs/behaviors/hold-tap.md +++ b/docs/docs/behaviors/hold-tap.md @@ -73,7 +73,7 @@ This example configures a hold-tap that works well for homerow mods: compatible = "zmk,behavior-hold-tap"; label = "HOMEROW_MODS"; #binding-cells = <2>; - tapping-term-ms = <150>; + tapping_term_ms = <150>; quick_tap_ms = <0>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>;