From 4dc5811f00754eda73cbb571c23abce7352518f6 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <christoph@cullmann.io>
Date: Mon, 17 Mar 2025 16:48:12 +0100
Subject: [PATCH] tune delays and debounce again

---
 common/config.h | 2 +-
 rules.mk        | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/common/config.h b/common/config.h
index 3230e2f..7457a1c 100644
--- a/common/config.h
+++ b/common/config.h
@@ -22,7 +22,7 @@
 // home row mods
 #define CHORDAL_HOLD
 #define PERMISSIVE_HOLD
-#define TAPPING_TERM 180
+#define TAPPING_TERM 200
 #define TAPPING_TERM_SLOW 250
 #define TAPPING_TERM_PER_KEY
 
diff --git a/rules.mk b/rules.mk
index 708b233..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 = sym_eager_pk
-
 # add bongocat & luna for OLEDs
 ifeq ($(strip $(OLED_ENABLE)), yes)
     SRC += features/oled_bongocat.c