forked from kofal.net/zmk
refactor(behaviors): Final global-quick-tap deprecation.
This commit is contained in:
committed by
Pete Johanson
parent
2234be0871
commit
11996ff7f0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user