zmk-config/config/corne.conf

23 lines
736 B
Plaintext
Raw Permalink Normal View History

2024-07-07 05:00:15 +00:00
# Uncomment the following lines to enable the Corne RGB Underglow
# CONFIG_ZMK_RGB_UNDERGLOW=y
# CONFIG_WS2812_STRIP=y
# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y
2024-07-13 17:36:11 +00:00
# Uncomment the following lines to enable deep sleep
CONFIG_ZMK_SLEEP=y
# 5 minutes of inactivity to enter deep sleep
2024-07-26 02:46:41 +00:00
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
2024-07-09 03:21:17 +00:00
# Uncomment the following line to increase the keyboard's wireless range
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
2024-07-09 03:21:17 +00:00
# Enable eager debouncing
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