summaryrefslogtreecommitdiff
path: root/app/src/display/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/display/Kconfig')
-rw-r--r--app/src/display/Kconfig21
1 files changed, 20 insertions, 1 deletions
diff --git a/app/src/display/Kconfig b/app/src/display/Kconfig
index 9c70911..8023025 100644
--- a/app/src/display/Kconfig
+++ b/app/src/display/Kconfig
@@ -18,7 +18,6 @@ endchoice
choice ZMK_DISPLAY_STATUS_SCREEN
prompt "Default status screen for displays"
- default ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
config ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
bool "Built in status screen"
@@ -52,6 +51,26 @@ config ZMK_DISPLAY_DEDICATED_THREAD_PRIORITY
endif # ZMK_DISPLAY_WORK_QUEUE_DEDICATED
+if ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
+
+config LVGL_FONT_MONTSERRAT_16
+ default y
+
+choice LVGL_THEME_DEFAULT_FONT_NORMAL
+ default LVGL_THEME_DEFAULT_FONT_NORMAL_MONTSERRAT_16
+
+endchoice
+
+config LVGL_FONT_MONTSERRAT_12
+ default y
+
+choice LVGL_THEME_DEFAULT_FONT_SMALL
+ default LVGL_THEME_DEFAULT_FONT_SMALL_MONTSERRAT_12
+
+endchoice
+
+endif # ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
+
rsource "widgets/Kconfig"
endif