fix: Don't enable ZMK Display by default for a few shields

By convention, avoid enabling ZMK Display by default on shields that may
be built with under-resourced controllers (e.g. nRF52833 based ones).
This commit is contained in:
Peter Johanson 2025-09-05 11:59:34 -06:00
parent 87fed07429
commit 237cd77cc3
3 changed files with 3 additions and 6 deletions

View File

@ -6,4 +6,4 @@ CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# Uncomment the following line to enable the Knob Goblin OLED Display
CONFIG_ZMK_DISPLAY=y
# CONFIG_ZMK_DISPLAY=y

View File

@ -6,9 +6,6 @@ if SHIELD_MURPHPAD
config ZMK_KEYBOARD_NAME
default "MurphPad"
config ZMK_DISPLAY
default y
if ZMK_DISPLAY
config I2C

View File

@ -6,8 +6,8 @@
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# Uncomment to disable OLED
#CONFIG_ZMK_DISPLAY=n
# Uncomment to enable OLED
#CONFIG_ZMK_DISPLAY=y
# 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.