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
|
||||
default "MurphPad"
|
||||
|
||||
endif
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
config I2C
|
||||
|
@ -43,3 +41,5 @@ choice LVGL_COLOR_DEPTH
|
|||
endchoice
|
||||
|
||||
endif # LVGL
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue