From f7afba895c2092fb62a39957c57160cd61a30631 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Fri, 22 Mar 2024 15:26:51 -0700 Subject: [PATCH] Imply a sane default set of widgets for the screen. --- boards/arm/zaphod/Kconfig.defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/arm/zaphod/Kconfig.defconfig b/boards/arm/zaphod/Kconfig.defconfig index ec1e3b0e..9d22e74d 100644 --- a/boards/arm/zaphod/Kconfig.defconfig +++ b/boards/arm/zaphod/Kconfig.defconfig @@ -26,11 +26,13 @@ config ZMK_DISPLAY choice ZMK_DISPLAY_STATUS_SCREEN default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM - endchoice config ZMK_DISPLAY_STATUS_SCREEN_CUSTOM select LV_USE_LABEL + imply ZMK_WIDGET_BATTERY_STATUS + imply ZMK_WIDGET_OUTPUT_STATUS + imply ZMK_WIDGET_LAYER_STATUS if ZMK_DISPLAY