Skip to content

Commit

Permalink
Imply a sane default set of widgets for the screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Apr 5, 2024
1 parent d6b3e3b commit f7afba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/arm/zaphod/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7afba8

Please sign in to comment.