From f3d7b4e57216b70fc3f848e81f59f4897260ef18 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Thu, 23 Sep 2021 18:38:11 +0200 Subject: made my own keymaps and shortened tapping time --- quantum/action_tapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/action_tapping.h') diff --git a/quantum/action_tapping.h b/quantum/action_tapping.h index 6099d80d6d..c822362673 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 200 +# define TAPPING_TERM 140 #endif /* period of quick tap(ms) */ -- cgit v1.2.3