From 44c8d77ccc2cc5e4344df15fe9c75f6aa81edf47 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 24 Jul 2024 21:10:44 +0200 Subject: detect typing streaks --- common/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/config.h b/common/config.h index 3d75b44..e209be4 100644 --- a/common/config.h +++ b/common/config.h @@ -42,6 +42,9 @@ #define TAPPING_TERM_SLOW 220 #define TAPPING_TERM_PER_KEY +// detect typing streaks +#define ACHORDION_STREAK + // Enable rapid switch from tap to hold, disables double tap hold auto-repeat. #define QUICK_TAP_TERM 0 -- cgit v1.2.3