forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
569a2ee2cc
commit
af98a3fd6e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user