Feat: remove not wanted mod activation

use IGNORE_MOD_TAP_INTERRUPT
This commit is contained in:
Bertrand Benjamin 2021-11-17 09:16:20 +01:00
parent ec26d3282c
commit 77b2edfe2f
2 changed files with 3 additions and 3 deletions

View File

@ -21,5 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
// Tap-or-hold
#define TAPPING_TERM 200
#define PERMISSIVE_HOLD
#define IGNORE_MOD_TAP_INTERRUPT
//#define TAPPING_TERM 200
//#define PERMISSIVE_HOLD

View File

@ -10,7 +10,6 @@ enum custom_keycodes {
QWERTY = SAFE_RANGE,
LOWER,
SHEET,
ADJUST,
};