From 2c4b1cbae365b4a522d48078a5c2f43019421d55 Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Wed, 2 Aug 2023 20:51:55 -0500 Subject: [PATCH] Update lily58.conf --- config/lily58.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/lily58.conf b/config/lily58.conf index 343712a..3148568 100644 --- a/config/lily58.conf +++ b/config/lily58.conf @@ -1,12 +1,12 @@ # Uncomment the following line to enable deep sleep -CONFIG_ZMK_SLEEP=y +# CONFIG_ZMK_SLEEP=y # Uncomment the following line to increase the keyboard's wireless range CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # Enable eager debouncing -CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=0 -CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7 # Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) # CONFIG_ZMK_USB_LOGGING=y