Browse Source

fix(shields): Don't enable SSD1306 automatically.

* Fix Murphpad conditional to ensure SSD1306 driver isn't
  enabled whenever `ZMK_DISPLAY` is enabled.
xmkb
Peter Johanson 2 years ago committed by Pete Johanson
parent
commit
af98a3fd6e
  1. 4
      app/boards/shields/murphpad/Kconfig.defconfig

4
app/boards/shields/murphpad/Kconfig.defconfig

@ -6,8 +6,6 @@ if SHIELD_MURPHPAD @@ -6,8 +6,6 @@ if SHIELD_MURPHPAD
config ZMK_KEYBOARD_NAME
default "MurphPad"
endif
if ZMK_DISPLAY
config I2C
@ -43,3 +41,5 @@ choice LVGL_COLOR_DEPTH @@ -43,3 +41,5 @@ choice LVGL_COLOR_DEPTH
endchoice
endif # LVGL
endif

Loading…
Cancel
Save