mirror of https://github.com/zmkfirmware/zmk.git
16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
# To enable logging, use the snippet per the documentation.
|
|
# Delaying log output may help catch issues close to startup. Uncomment and adjust if necessary (default is 1000ms)
|
|
#CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=3000
|
|
|
|
# Uncomment both to enable encoder(s)
|
|
CONFIG_EC11=y
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
|
|
# Uncomment to disable OLED
|
|
#CONFIG_ZMK_DISPLAY=n
|
|
|
|
# Uncomment both to enable underglow
|
|
# Note that this will only work if an implementation exists for your board; check under the shield folder for board-specific overlays.
|
|
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
#CONFIG_WS2812_STRIP=y
|