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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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