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