2023-10-17 12:25:40 +01:00
|
|
|
# Copyright (c) 2020 Ryan Cross
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
# Uncomment the following line to enable the Sofle OLED Display
|
2023-10-29 19:31:24 +00:00
|
|
|
CONFIG_ZMK_DISPLAY=y
|
2023-10-17 12:25:40 +01:00
|
|
|
|
|
|
|
# Uncomment these two lines to add support for encoders
|
2023-10-29 19:31:24 +00:00
|
|
|
CONFIG_EC11=y
|
|
|
|
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
2023-10-17 12:25:40 +01:00
|
|
|
|
|
|
|
# Uncomment this line below to add rgb underglow / backlight support
|
|
|
|
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
|
|
|
|
|
|
# Uncomment the line below to disable external power toggling by the underglow.
|
|
|
|
# By default toggling the underglow on and off also toggles external power
|
|
|
|
# on and off. This also causes the display to turn off.
|
|
|
|
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|