From 6befb24e08f2267eec60757ba06c6f91b4fe8859 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Thu, 21 May 2020 16:22:12 +0200 Subject: [PATCH] Ignore mod tap interrupt --- keyboards/handwired/adept42/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/handwired/adept42/config.h b/keyboards/handwired/adept42/config.h index 7579366112..6e98450045 100644 --- a/keyboards/handwired/adept42/config.h +++ b/keyboards/handwired/adept42/config.h @@ -41,3 +41,6 @@ /* Set the maximum time allowed between taps */ #define TAPPING_TERM 250 + +/* Allow quick tapping not to trigger modifier hold */ +#define IGNORE_MOD_TAP_INTERRUPT