30 lines
634 B
Plaintext
30 lines
634 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Enable Encoders
|
|
#CONFIG_EC11=y
|
|
#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# Enable underglow
|
|
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
# Use the STRIP config specific to the LEDs you're using
|
|
#CONFIG_WS2812_STRIP=y
|
|
|
|
# Display
|
|
CONFIG_ZMK_DISPLAY=y
|
|
|
|
# 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 |