diff --git a/config/eyelash_corne.conf b/config/eyelash_corne.conf index ba3d3d2..e03283c 100644 --- a/config/eyelash_corne.conf +++ b/config/eyelash_corne.conf @@ -21,7 +21,7 @@ CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=160 CONFIG_ZMK_RGB_UNDERGLOW_EFF_START=3 # Uncomment the following line to enable NKRO -#CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y +CONFIG_ZMK_HID_REPORT_TYPE_NKRO=y # Some operating systems have problems with full support for consumer keycodes. # Uncomment the following line if keycodes labeled "consumer" like C_AC_SEARCH don't work @@ -39,3 +39,6 @@ CONFIG_ZMK_BACKLIGHT_BRT_START=100 CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y + +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=8 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=8