From 54b055d8205aac1eb0817a44f1c6b9e1fb0d7c5e Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 5 Jun 2025 23:09:53 +0200 Subject: [PATCH] less options to set --- common/config.h | 7 ------- rules.mk | 3 --- 2 files changed, 10 deletions(-) diff --git a/common/config.h b/common/config.h index f8379dc..a2fc32b 100644 --- a/common/config.h +++ b/common/config.h @@ -12,13 +12,6 @@ // from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows: #define USB_POLLING_INTERVAL_MS 1 -// try to be nice to the old switches I did harvest -#define DEBOUNCE 10 - -// Unfortunately, some applications drop or swap 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 diff --git a/rules.mk b/rules.mk index 160e58d..5485521 100644 --- a/rules.mk +++ b/rules.mk @@ -4,9 +4,6 @@ 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