forked from kofal.net/zmk
feat: Add global macro timing configs
Added ZMK_MACRO_DEFAULT_WAIT_MS and ZMK_MACRO_DEFAULT_TAP_MS to set global defaults for the wait-ms and tap-ms properties of macros. Also reduced the default timings for macros, since it's been reported many times that 100 ms is too slow.
This commit is contained in:
committed by
Pete Johanson
parent
11ca0098a5
commit
3eb06f137b
@@ -13,9 +13,7 @@ properties:
|
||||
required: true
|
||||
wait-ms:
|
||||
type: int
|
||||
default: 100
|
||||
description: The default time to wait (in milliseconds) before triggering the next behavior in the macro bindings list.
|
||||
tap-ms:
|
||||
type: int
|
||||
default: 100
|
||||
description: The default time to wait (in milliseconds) between the press and release events on a tapped macro behavior binding
|
||||
Reference in New Issue
Block a user