refactor(behaviors): Final global-quick-tap deprecation.

This commit is contained in:
Andrew Rae
2023-09-26 22:00:23 -04:00
committed by Pete Johanson
parent 2234be0871
commit 11996ff7f0
7 changed files with 12 additions and 9 deletions

View File

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