fix(display): Imply LVGL mono theme when display is enabled

All displays currently used with ZMK are monochrome so it makes sense
to enable the mono theme by default, which can be disabled by the user
since we use the "imply" statement.

Without this theme setting, the small font size selection for widgets
at the bottom of the stock status screen does not work.
This commit is contained in:
Cem Aksoylar 2023-05-14 12:12:59 -07:00 committed by Pete Johanson
parent c4c014e3d1
commit b021d19255

View file

@ -9,6 +9,7 @@ menuconfig ZMK_DISPLAY
select LV_THEMES select LV_THEMES
select LV_THEME_MONO select LV_THEME_MONO
select LV_CONF_MINIMAL select LV_CONF_MINIMAL
imply LV_USE_THEME_MONO
if ZMK_DISPLAY if ZMK_DISPLAY