From 61f9ae4de276a0f4a29c8a462bf8f6ed2cdbac58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= Date: Fri, 27 Feb 2026 23:17:36 +0200 Subject: [PATCH] docs: Replace deprecated variable names (#3260) --- docs/docs/keymaps/behaviors/hold-tap.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/keymaps/behaviors/hold-tap.mdx b/docs/docs/keymaps/behaviors/hold-tap.mdx index 2ac2493c2..e4a94deb6 100644 --- a/docs/docs/keymaps/behaviors/hold-tap.mdx +++ b/docs/docs/keymaps/behaviors/hold-tap.mdx @@ -208,8 +208,8 @@ A popular method of implementing Autoshift in ZMK involves a C-preprocessor macr as: auto_shift { compatible = "zmk,behavior-hold-tap"; #binding-cells = <2>; - tapping_term_ms = <135>; - quick_tap_ms = <0>; + tapping-term-ms = <135>; + quick-tap-ms = <0>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>; };