From c11f259ee377698b52426a73bb4aebd492c7e35a Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Mon, 17 Aug 2020 19:25:57 -0400 Subject: Experimenting with a shorted TAPPING_TERM --- 4x5/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4x5/config.h b/4x5/config.h index 0f80cf3..1893ae1 100644 --- a/4x5/config.h +++ b/4x5/config.h @@ -41,7 +41,7 @@ along with this program. If not, see . /* Customise the behaviour of dual-function keys */ //define PERMISSIVE_HOLD -#define TAPPING_TERM 200 +#define TAPPING_TERM 150 #define IGNORE_MOD_TAP_INTERRUPT /* define if matrix has ghost */ -- cgit v1.3.1