From 8125bd7f22f31bf52ee6a3c6e47d7a9baf67b28c Mon Sep 17 00:00:00 2001 From: lafrite26 <118156029+lafrite26@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:44:18 +0100 Subject: [PATCH] Update splitkb_aurora_corne.conf --- config/splitkb_aurora_corne.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/splitkb_aurora_corne.conf b/config/splitkb_aurora_corne.conf index b80ae40..be89ce0 100644 --- a/config/splitkb_aurora_corne.conf +++ b/config/splitkb_aurora_corne.conf @@ -6,8 +6,12 @@ CONFIG_ZMK_KEYBOARD_NAME="Spazz" # this is off for now because https://github.com/zmkfirmware/zmk/issues/65 is not done. i want lights on layer. # CONFIG_ZMK_RGB_UNDERGLOW=y +# Enable eager debouncing +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 + # this is so that the lag on the right side is minimized. # https://zmk.dev/docs/troubleshooting#connectivity-issues CONFIG_BT_CTLR_TX_PWR_PLUS_8=y -CONFIG_ZMK_USB_LOGGING=y +# CONFIG_ZMK_USB_LOGGING=y