From ed866244a7878acb85f39fdd36dda062d382f2d7 Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Mon, 30 Oct 2023 02:06:01 -0700 Subject: [PATCH] QMK breaking change update: IGNORE_MOD_TAP_INTERRUPT no longer needed, as it's default, forgot to remove from my userspace --- users/sadekbaroudi/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/users/sadekbaroudi/config.h b/users/sadekbaroudi/config.h index 164eafb25f..d195380a7c 100755 --- a/users/sadekbaroudi/config.h +++ b/users/sadekbaroudi/config.h @@ -25,7 +25,6 @@ #define TAP_CODE_DELAY 25 #define QUICK_TAP_TERM 0 -#define IGNORE_MOD_TAP_INTERRUPT // -------------------- Leader key config ------------------------