19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Turn on deep sleep
|
|
CONFIG_ZMK_SLEEP=y
|
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
|
|
|
# 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
|
|
|
|
# Add debug logging
|
|
#CONFIG_ZMK_USB_LOGGING=y
|