Rename COMBO_ADD_ON to COMBO_HOOK

This commit is contained in:
urob 2022-08-09 20:40:32 -04:00
parent 2c4a96c22c
commit 936464e948
4 changed files with 22 additions and 10 deletions

View file

@ -8,8 +8,8 @@
*/
// use global-quick-tap-ms for combos (requires PR 1387)
#undef COMBO_ADD_ON
#define COMBO_ADD_ON global-quick-tap-ms = <150>;
#undef COMBO_HOOK
#define COMBO_HOOK global-quick-tap-ms = <125>;
#define COMBO_TERM_FAST 20
#define COMBO_TERM_SLOW 35