2020-12-25 23:02:17 +00:00
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2021-01-10 02:03:30 +00:00
|
|
|
# Turn on deep sleep
|
|
|
|
CONFIG_ZMK_SLEEP=y
|
|
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
|
|
|
|
2020-12-25 23:02:17 +00:00
|
|
|
# Number of BT Profiles
|
|
|
|
CONFIG_BT_MAX_CONN=6
|
|
|
|
|
|
|
|
# Set screen blanking to 15s instead of 30s
|
|
|
|
CONFIG_ZMK_IDLE_TIMEOUT=15000
|
|
|
|
|
|
|
|
# Save settings after 10s instaed of 60s
|
|
|
|
#CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000
|
|
|
|
|
2021-01-10 02:03:30 +00:00
|
|
|
# Add debug logging
|
2021-01-15 22:15:48 +00:00
|
|
|
#CONFIG_ZMK_USB_LOGGING=y
|