forked from kofal.net/zmk
style(hold-tap)!: Write hold-tap params with dashes
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
This commit is contained in:
committed by
Pete Johanson
parent
2af794eed3
commit
af9d6e9b05
@@ -11,11 +11,15 @@ properties:
|
||||
bindings:
|
||||
type: phandles
|
||||
required: true
|
||||
tapping_term_ms:
|
||||
tapping-term-ms:
|
||||
type: int
|
||||
quick_tap_ms:
|
||||
tapping_term_ms: # deprecated
|
||||
type: int
|
||||
quick-tap-ms:
|
||||
type: int
|
||||
default: -1
|
||||
quick_tap_ms: # deprecated
|
||||
type: int
|
||||
flavor:
|
||||
type: string
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user