From 64d5553a9a1c4195f944cccd16eea2c8319c7f56 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 23 Oct 2022 18:08:02 +0200 Subject: lower tapping term --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index dd7c6b1..b313b11 100644 --- a/config.h +++ b/config.h @@ -23,8 +23,8 @@ // settings for home row modifiers // details see https://precondition.github.io/home-row-mods -// try the default timing -#define TAPPING_TERM 200 +// bit lower the default from 200 +#define TAPPING_TERM 180 // Prevent normal rollover on alphas from accidentally triggering mods. #define IGNORE_MOD_TAP_INTERRUPT -- cgit v1.2.3