Rename global-quick-tap-ms to require-prior-idle-ms
This commit is contained in:
parent
ec6163db69
commit
9953fb9205
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@
|
||||||
flavor = "balanced"; \
|
flavor = "balanced"; \
|
||||||
tapping-term-ms = <280>; \
|
tapping-term-ms = <280>; \
|
||||||
quick-tap-ms = <QUICK_TAP_MS>; \
|
quick-tap-ms = <QUICK_TAP_MS>; \
|
||||||
global-quick-tap-ms = <150>; \
|
require-prior-idle-ms = <150>; \
|
||||||
bindings = <HOLD>, <TAP>; \
|
bindings = <HOLD>, <TAP>; \
|
||||||
hold-trigger-key-positions = <TRIGGER_POS>; \
|
hold-trigger-key-positions = <TRIGGER_POS>; \
|
||||||
hold-trigger-on-release; \
|
hold-trigger-on-release; \
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
╰───────╮ LH2 LH1 LH0 │ │ RH0 RH1 RH2 ╭───────╯
|
╰───────╮ LH2 LH1 LH0 │ │ RH0 RH1 RH2 ╭───────╯
|
||||||
╰─────────────╯ ╰─────────────╯ */
|
╰─────────────╯ ╰─────────────╯ */
|
||||||
|
|
||||||
// use global-quick-tap-ms for combos (requires PR 1387)
|
// use require-prior-idle-ms for combos (requires PR 1387)
|
||||||
#undef COMBO_HOOK
|
#undef COMBO_HOOK
|
||||||
#define COMBO_HOOK global-quick-tap-ms = <150>;
|
#define COMBO_HOOK require-prior-idle-ms = <150>;
|
||||||
|
|
||||||
#define COMBO_TERM_FAST 18
|
#define COMBO_TERM_FAST 18
|
||||||
#define COMBO_TERM_SLOW 30
|
#define COMBO_TERM_SLOW 30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue