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
|
@ -6,4 +6,3 @@
|
|||
#define RGBLIGHT_EFFECT_BREATHE_CENTER 1.4
|
||||
#define RGBLIGHT_EFFECT_BREATHE_MAX 150
|
||||
|
||||
#undef IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
#define FORCE_NKRO
|
||||
|
||||
#undef TAPPING_TERM
|
||||
#undef IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -38,6 +38,3 @@
|
|||
|
||||
// Short tap threshold
|
||||
#define TAPPING_TERM 250
|
||||
|
||||
// For homerow mods
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
|
|
@ -20,5 +20,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define USB_MAX_POWER_CONSUMPTION 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue