diff options
Diffstat (limited to 'users/muppetjones/config.h')
-rw-r--r-- | users/muppetjones/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/muppetjones/config.h b/users/muppetjones/config.h index 583567d4f3..742a97950d 100644 --- a/users/muppetjones/config.h +++ b/users/muppetjones/config.h @@ -30,14 +30,9 @@ // -- used for tap dance and other tap mods # define TAPPING_TERM 175 -// Prevent normal rollover on alphas from accidentally triggering mods. -# define IGNORE_MOD_TAP_INTERRUPT - // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. # define QUICK_TAP_TERM 0 #endif - -#define COMBO_COUNT 3 #define COMBO_TERM 40 |