keyboard/zmk-config/config/tidbit.conf

24 lines
532 B
Plaintext
Raw Permalink Normal View History

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
# Display
CONFIG_ZMK_DISPLAY=y
# Turn on deep sleep
2021-01-23 18:56:10 +00:00
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
2020-12-14 18:22:35 +00:00
# Set screen blanking to 15s instead of 30s
CONFIG_ZMK_IDLE_TIMEOUT=15000
2020-12-14 18:22:35 +00:00
2021-01-23 18:56:10 +00:00
# Save settings after 3s instaed of 60s
2021-01-28 02:49:39 +00:00
CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=3000
2020-12-19 22:34:40 +00:00
2021-01-08 20:15:38 +00:00
# Add debug logging
2021-01-28 02:49:39 +00:00
#CONFIG_ZMK_USB_LOGGING=y
2021-01-23 18:56:10 +00:00
# Set default underglow values
2021-06-04 20:44:08 +00:00
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=25
2021-01-23 18:56:10 +00:00
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=100
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=75