diff --git a/config.h b/config.h index 06476e5..02c4cae 100644 --- a/config.h +++ b/config.h @@ -21,5 +21,6 @@ along with this program. If not, see . #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 diff --git a/keymap.c b/keymap.c index e7f2024..6f9d693 100644 --- a/keymap.c +++ b/keymap.c @@ -10,7 +10,6 @@ enum custom_keycodes { QWERTY = SAFE_RANGE, LOWER, SHEET, - ADJUST, };