mirror of https://github.com/zmkfirmware/zmk.git
docs: Replace deprecated variable names (#3260)
This commit is contained in:
parent
f6c629e895
commit
61f9ae4de2
|
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue