Skip to content

Commit

Permalink
fix(display): Imply LVGL mono theme when display is enabled
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caksoylar authored and petejohanson committed May 22, 2023
1 parent c4c014e commit b021d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ menuconfig ZMK_DISPLAY
select LV_THEMES
select LV_THEME_MONO
select LV_CONF_MINIMAL
imply LV_USE_THEME_MONO

if ZMK_DISPLAY

Expand Down

0 comments on commit b021d19

Please sign in to comment.