zmk-config-corne/config/corne.conf

13 lines
397 B
Plaintext
Raw Normal View History

2021-08-29 03:31:44 +02: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
2021-09-08 08:17:22 +02:00
# Allow sleep behavior in a timeout
CONFIG_ZMK_SLEEP=y
# Sleep timeout to 15 minutes
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
# sleep timeout to 90 seconds
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=90000