docs: Replace deprecated variable names (#3260)

This commit is contained in:
André A. Gomes
2026-02-27 23:17:36 +02:00
committed by GitHub
parent f6c629e895
commit 61f9ae4de2

View File

@@ -208,8 +208,8 @@ A popular method of implementing Autoshift in ZMK involves a C-preprocessor macr
as: auto_shift { as: auto_shift {
compatible = "zmk,behavior-hold-tap"; compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>; #binding-cells = <2>;
tapping_term_ms = <135>; tapping-term-ms = <135>;
quick_tap_ms = <0>; quick-tap-ms = <0>;
flavor = "tap-preferred"; flavor = "tap-preferred";
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
}; };