2020-12-20 00:12:01 +00:00
|
|
|
# Uncomment to enable encoder
|
|
|
|
# CONFIG_EC11=y
|
|
|
|
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
|
2020-12-23 02:37:28 +00:00
|
|
|
# Enable underglow
|
|
|
|
CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
|
|
# Use the STRIP config specific to the LEDs you're using
|
|
|
|
CONFIG_WS2812_STRIP=y
|
|
|
|
|
|
|
|
# Set default underglow values
|
|
|
|
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=25
|
|
|
|
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=100
|
|
|
|
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=5
|
|
|
|
|
2020-12-20 00:12:01 +00:00
|
|
|
# Uncomment the following line to enable the Lily58 OLED Display
|
|
|
|
CONFIG_ZMK_DISPLAY=y
|
2020-12-20 09:19:39 +00:00
|
|
|
|
|
|
|
# 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
|