QMK breaking change update: IGNORE_MOD_TAP_INTERRUPT is now default, remove from all keymaps
This commit is contained in:
parent
3d49608a88
commit
8d0f643e28
|
|
@ -1,4 +1,4 @@
|
|||
#define COMBO_COUNT 4
|
||||
#define COMBO_TERM 100
|
||||
#define TAPPING_TERM 200
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#define TAPPING_TERM 200
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define QUICK_TAP_TERM 0
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,6 @@ for more options.
|
|||
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
// Pick good defaults for enabling homerow modifiers
|
||||
#define TAPPING_TERM 200
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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 TAPPING_FORCE_HOLD
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ for more options.
|
|||
//#define TAPPING_TERM 170
|
||||
#define TAPPING_TERM 170
|
||||
|
||||
// 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 TAPPING_FORCE_HOLD
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue