mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-07 20:25:35 -04:00
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
This commit is contained in:
parent
a22a13108b
commit
15eb4de2cf
10 changed files with 0 additions and 35 deletions
|
@ -15,8 +15,6 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define TAPPING_TERM 250
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define TAPPING_TERM 250
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
/* Making it so you need to hold the modifier and other key for the time together, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
|
||||
/* Setting tap term, helps not accidentally hit activate the hold functions of bottom row*/
|
||||
#define TAPPING_TERM 250
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue