From f025e3007a6a2cf4450959186cbf18a9f669610f Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 25 Sep 2021 13:27:19 +0200 Subject: revert to 200ms tapping term --- quantum/action_tapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h index c822362673..6099d80d6d 100644 --- a/quantum/action_tapping.h +++ b/quantum/action_tapping.h @@ -19,7 +19,7 @@ along with this program. If not, see . /* period of tapping(ms) */ #ifndef TAPPING_TERM -# define TAPPING_TERM 140 +# define TAPPING_TERM 200 #endif /* period of quick tap(ms) */ -- cgit v1.2.3