mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
refactor(behaviors): Final global-quick-tap deprecation.
This commit is contained in:
committed by
Pete Johanson
parent
2234be0871
commit
11996ff7f0
@@ -58,7 +58,7 @@ For example, the following hold-tap configuration enables `require-prior-idle-ms
|
||||
```
|
||||
rpi: require_prior_idle {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
label = "GLOBAL_QUICK_TAP";
|
||||
label = "REQUIRE_PRIOR_IDLE";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping-term-ms = <200>;
|
||||
|
||||
Reference in New Issue
Block a user