From 90887963a469330f1eef1baeef689aa8b2310a49 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 16 Feb 2025 17:35:39 +0100 Subject: [PATCH] add #define TAP_CODE_DELAY 5 --- common/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/config.h b/common/config.h index e10d3fb..dd69c11 100644 --- a/common/config.h +++ b/common/config.h @@ -15,6 +15,10 @@ // try to be nice to the old switches I did harvest #define DEBOUNCE 10 +// Unfortunately, some applications drop or misorder fast key events. This is a +// partial fix to slow down the rate at which macros are sent. +#define TAP_CODE_DELAY 5 + // home row mods #define CHORDAL_HOLD #define PERMISSIVE_HOLD