From 9bc446c0eda923e4a245db1109bfa71ce03d9f27 Mon Sep 17 00:00:00 2001 From: Ivaan Date: Sat, 10 Aug 2024 11:03:54 -0700 Subject: [PATCH] Remove IGNORE_MOD_TAP_INTERRUPT per compiler instructions --- keyboards/keebio/iris/keymaps/ivaan/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/keebio/iris/keymaps/ivaan/config.h b/keyboards/keebio/iris/keymaps/ivaan/config.h index d2d4ed1bf0f9..7bb0588d686d 100644 --- a/keyboards/keebio/iris/keymaps/ivaan/config.h +++ b/keyboards/keebio/iris/keymaps/ivaan/config.h @@ -28,7 +28,7 @@ along with this program. If not, see . #define TAPPING_TERM_PER_KEY // Prevent normal rollover on alphas from accidentally triggering mods. -#define IGNORE_MOD_TAP_INTERRUPT +//#define IGNORE_MOD_TAP_INTERRUPT - compile error suggests I no longer need this // but do allow nested taps to cause hold mods #define PERMISSIVE_HOLD @@ -41,4 +41,4 @@ along with this program. If not, see . #define MOUSEKEY_TIME_TO_MAX 128 // Number of frames until maximum cursor speed is reached #define MOUSEKEY_FRICTION 12 // How quickly the cursor stops after releasing a key -#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD \ No newline at end of file +#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD