From c3696d422b009d769bb1b93597fb762730d61492 Mon Sep 17 00:00:00 2001 From: XLE Date: Mon, 2 Feb 2026 12:02:08 +0000 Subject: [PATCH] Update sofle.conf --- config/sofle.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/sofle.conf b/config/sofle.conf index 0c70c02..a062a57 100644 --- a/config/sofle.conf +++ b/config/sofle.conf @@ -15,3 +15,14 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y # By default toggling the underglow on and off also toggles external power # on and off. This also causes the display to turn off. # CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n + +# Debounce +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=10 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10 + +# Reliable scanning +CONFIG_ZMK_KSCAN_GPIO_POLLING=y +CONFIG_ZMK_KSCAN_GPIO_POLL_INTERVAL_MS=5 + +# No sleeping +CONFIG_ZMK_SLEEP=n