diff options
Diffstat (limited to 'config/cradio.conf')
| -rw-r--r-- | config/cradio.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/cradio.conf b/config/cradio.conf index ae3b2e3..5b7f2ff 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -1,5 +1,6 @@ -# Turn on logging, and set ZMK logging to debug output -CONFIG_ZMK_USB_LOGGING=y -CONFIG_ZMK_LOG_LEVEL_DBG=y -CONFIG_LOG_BACKEND_SHOW_COLOR=y -CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 +CONFIG_ZMK_SLEEP=y + +CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000 + +CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5 +CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 |
