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
|
@ -36,7 +36,6 @@
|
|||
#define HOME_MODS
|
||||
// fix dual function timing
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// layout ADNW*, BEAKL*, COLEKA*, QWERTY (default)
|
||||
#define BEAKLGR
|
||||
|
|
|
@ -29,6 +29,5 @@
|
|||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
#define TAPPING_TERM 200
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define COMBO_TERM 30
|
||||
|
||||
|
|
|
@ -41,8 +41,6 @@
|
|||
|
||||
#define TAPPING_TERM 150
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
// #define IGNORE_MOD_TAP_INTERRUPT
|
||||
// #define HOLD_ON_OTHER_KEY_PRESS
|
||||
|
||||
#define COMBO_TERM 20
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#define HOME_MODS
|
||||
// fix dual function timing
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// layout ADNW*, BEAKL*, COLEKA*, QWERTY (default)
|
||||
#define DEFAULT
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#define HOME_MODS
|
||||
// fix dual function timing
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// layout ADNW*, BEAKL*, COLEKA*, QWERTY (default)
|
||||
#define DEFAULT
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
#define TAPPING_TERM 150
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
#define TAPPING_TERM 160 // 200 ms is the default value
|
||||
#define TAPPING_TERM_PER_KEY
|
||||
//#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define QUICK_TAP_TERM_PER_KEY
|
||||
|
||||
// settings for LEADER key
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
// Most tactile encoders have detents every 4 stages
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define PERMISSIVE_HOLD
|
||||
#define TAPPING_TOGGLE 2
|
||||
#define TAPPING_TERM 200
|
||||
|
|
|
@ -49,8 +49,5 @@
|
|||
// Change "hold" time (default is 200 ms)
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
// 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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
#define STARTUP_SONG SONG(ONE_UP_SOUND)
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#define COMBO_TERM 20
|
||||
#define COMBO_COUNT 1
|
||||
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define PERMISSIVE_HOLD
|
||||
|
||||
#define SUPER_DUPER_SOUND S__NOTE(_B1)
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#define HOME_MODS
|
||||
// fix dual function timing
|
||||
#define PERMISSIVE_HOLD
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
// layout ADNW*, BEAKL*, COLEKA*, QWERTY (default)
|
||||
#define BEAKLSP
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
|
||||
// Settings for homerow mods
|
||||
#define TAPPING_TERM 250
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
|
||||
// Add the leader key feature
|
||||
|
|
|
@ -13,6 +13,5 @@
|
|||
See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
|
||||
*/
|
||||
#define QUICK_TAP_TERM 0
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
#define EECONFIG_RGB_MATRIX (uint32_t *)16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue