global-quick-tap-ms for combos

Testing https://github.com/zmkfirmware/zmk/pull/1387
This commit is contained in:
urob 2022-07-19 13:19:12 -04:00
parent bba4fbaa5d
commit a50043e9b9
2 changed files with 5 additions and 4 deletions

View file

@ -54,6 +54,7 @@
combos { \
compatible = "zmk,combos"; \
combo_ ## name { \
global-quick-tap-ms = <125>; \
timeout-ms = <COMBO_TERM>; \
bindings = <combo_bindings>; \
key-positions = <keypos>; \