From 21a22a31790b91d30a7bc6e9649668220f1f8015 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Tue, 12 May 2020 17:41:29 +0200 Subject: [PATCH] Increased maximum allowed time for TAPPING_TERM --- keyboards/handwired/adept42/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/adept42/config.h b/keyboards/handwired/adept42/config.h index a5786c0fe3..c805373f4d 100644 --- a/keyboards/handwired/adept42/config.h +++ b/keyboards/handwired/adept42/config.h @@ -26,4 +26,4 @@ #define DEBOUNCE 0 /* Set the maximum time allowed between taps */ -#define TAPPING_TERM 175 +#define TAPPING_TERM 250