mirror of https://github.com/zmkfirmware/zmk.git
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:
parent
87fed07429
commit
237cd77cc3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ if SHIELD_MURPHPAD
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "MurphPad"
|
||||
|
||||
config ZMK_DISPLAY
|
||||
default y
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config I2C
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue