From d85f7fb079744f074d8f6bd27d86eb158425a5a3 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 7 Jun 2025 20:37:35 +0200 Subject: [PATCH] perhaps just imagination, but it feels worse without it more often wrong taps asym_eager_defer_pk --- rules.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules.mk b/rules.mk index 5485521..160e58d 100644 --- a/rules.mk +++ b/rules.mk @@ -4,6 +4,9 @@ NKRO_ENABLE = yes # optimize size LTO_ENABLE = yes +# use more snappy debounce algo +DEBOUNCE_TYPE = asym_eager_defer_pk + # add bongocat & luna for OLEDs ifeq ($(strip $(OLED_ENABLE)), yes) SRC += features/oled_bongocat.c