Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
This commit is contained in:
parent
47a51fda5d
commit
1899793f27
287 changed files with 28 additions and 734 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#define SWAP_SCLN
|
||||
#define TAPPING_TERM 300
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||
|
|
|
@ -50,12 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
#undef PERMISSIVE_HOLD
|
||||
|
||||
/* IGNORE_MOD_TAP_INTERRUPT
|
||||
* when on: rolling tap-hold keys taps all keys
|
||||
* when off: rolling tap-hold keys modifies keys
|
||||
*/
|
||||
#undef IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
/* TAPPING_TERM x (ms)
|
||||
* how long before a tap becomes a hold. if set above 500, a key tapped during
|
||||
* the tapping term will turn it into a hold too
|
||||
|
|
|
@ -19,6 +19,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
// #define USE_I2C
|
||||
#define EE_HANDS
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define TAPPING_TERM 175
|
||||
|
||||
|
|
|
@ -19,6 +19,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
// #define USE_I2C
|
||||
#define EE_HANDS
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#undef RGBLED_NUM
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#define TAPPING_TOGGLE 1 // tap just once for TT() to toggle the layer
|
||||
#define TAPPING_TERM 200
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#define RGBLIGHT_LAYERS
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#pragma once
|
||||
#define EE_HANDS
|
||||
#define TAPPING_TERM 164
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define PERMISSIVE_HOLD
|
||||
#define RGBLIGHT_LAYERS
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
/* If you're setting colors per key, this is required. */
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
|
||||
/* If you type too fast, it confuses the Mod key combos. This resolves it: */
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
/* Set tapdance speed */
|
||||
#define TAPPING_TERM 210
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue