Skip to content

Commit

Permalink
fix(display): Imply, but don't force, LVGL mono theme
Browse files Browse the repository at this point in the history
Some targets may be using color displays, so instead of forcing
on the mono theme, merely imply it to default it
  • Loading branch information
petejohanson committed Feb 5, 2025
1 parent 5bfd629 commit 933ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menuconfig ZMK_DISPLAY
bool "Enable ZMK Display"
select DISPLAY
select LVGL
select LV_CONF_MINIMAL
imply LV_CONF_MINIMAL

if ZMK_DISPLAY

Expand Down

0 comments on commit 933ed92

Please sign in to comment.