2021-01-02 04:58:58 +00:00
|
|
|
# Copyright (c) 2020 The ZMK Contributors
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
# 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-08 20:15:38 +00:00
|
|
|
# Add debug logging
|
|
|
|
CONFIG_ZMK_USB_LOGGING=y
|