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 4, 2025
1 parent 18b8560 commit 6cd3425
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 6cd3425

Please sign in to comment.