diff options
author | Andrew Rae <[email protected]> | 2023-09-26 22:00:23 -0400 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2023-10-03 01:12:47 -0700 |
commit | 11996ff7f05bdbe0d5ee59dc3b695d5e9d8c5c8d (patch) | |
tree | 2bb16ee52f5f75dbab390708038b0a57941d613f /app/dts | |
parent | 2234be0871cdab4c0d8bfc6abee3013716e5601a (diff) | |
download | zmk-11996ff7f05bdbe0d5ee59dc3b695d5e9d8c5c8d.tar.gz zmk-11996ff7f05bdbe0d5ee59dc3b695d5e9d8c5c8d.zip |
refactor(behaviors): Final global-quick-tap deprecation.
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml index 7a140f9134..575754116b 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml @@ -13,15 +13,18 @@ properties: required: true tapping-term-ms: type: int - tapping_term_ms: # deprecated + tapping_term_ms: type: int + deprecated: true quick-tap-ms: type: int default: -1 - quick_tap_ms: # deprecated + quick_tap_ms: type: int - global-quick-tap: # deprecated + deprecated: true + global-quick-tap: type: boolean + deprecated: true require-prior-idle-ms: type: int default: -1 |