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

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