diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2023-09-28 15:22:52 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2023-09-28 15:28:16 +0000 |
| commit | 68ebfcb2d6f78b4bcaf152d503fed67d0676d408 (patch) | |
| tree | 9db8841c85110d2cd5c7ac4235fdaea73339aed1 /config/cradio.conf | |
| parent | 620afa0bbaaf0a2c54ab8efc8ed36d48d38bdeda (diff) | |
Cuztomize keymap
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 |
