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

* Fix Murphpad conditional to ensure SSD1306 driver isn't
  enabled whenever `ZMK_DISPLAY` is enabled.
This commit is contained in:
Peter Johanson
2021-12-13 17:00:54 -05:00
committed by Pete Johanson
parent 569a2ee2cc
commit af98a3fd6e

View File

@@ -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
endchoice
endif # LVGL
endif