From 81dcda85d79c1895676721f9386ecb5a9ee09750 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 15 Jun 2024 19:04:28 +0200 Subject: finetune settings --- common/config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/config.h b/common/config.h index 58e9a31..3d75b44 100644 --- a/common/config.h +++ b/common/config.h @@ -38,8 +38,8 @@ // details see https://precondition.github.io/home-row-mods // the default is 200 -#define TAPPING_TERM 180 -#define TAPPING_TERM_SLOW 260 +#define TAPPING_TERM 170 +#define TAPPING_TERM_SLOW 220 #define TAPPING_TERM_PER_KEY // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. @@ -51,6 +51,4 @@ // delay hold/release to not mess up software #define TAP_CODE_DELAY 10 -// enable the https://sunaku.github.io/home-row-mods.html#typing-streaks inspired stuff -#define ACHORDION_STREAK -- cgit v1.2.3