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:
parent
569a2ee2cc
commit
af98a3fd6e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,6 @@ if SHIELD_MURPHPAD
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "MurphPad"
|
default "MurphPad"
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ZMK_DISPLAY
|
if ZMK_DISPLAY
|
||||||
|
|
||||||
config I2C
|
config I2C
|
||||||
|
@ -43,3 +41,5 @@ choice LVGL_COLOR_DEPTH
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endif # LVGL
|
endif # LVGL
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue