Rename global-quick-tap-ms to require-prior-idle-ms

This commit is contained in:
urob 2023-10-03 13:54:51 -04:00
parent ec6163db69
commit 9953fb9205
2 changed files with 3 additions and 3 deletions

View file

@ -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; \

View file

@ -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