From 933ed922d8f90bdbf8b29b84e3cb5a41829ef603 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Tue, 4 Feb 2025 16:41:28 -0700 Subject: [PATCH] fix(display): Imply, but don't force, LVGL mono theme Some targets may be using color displays, so instead of forcing on the mono theme, merely imply it to default it --- app/src/display/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/display/Kconfig b/app/src/display/Kconfig index 14a380b92d9..64e12b73e6d 100644 --- a/app/src/display/Kconfig +++ b/app/src/display/Kconfig @@ -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