diff options
Diffstat (limited to 'app/src/display/widgets/Kconfig')
-rw-r--r-- | app/src/display/widgets/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/display/widgets/Kconfig b/app/src/display/widgets/Kconfig index 01bc587..bdb3024 100644 --- a/app/src/display/widgets/Kconfig +++ b/app/src/display/widgets/Kconfig @@ -3,6 +3,12 @@ menu "ZMK Display Widgets" +config ZMK_WIDGET_LAYER_STATUS + bool "Widget for highest, active layer using small icons" + default y + depends on !ZMK_SPLIT || ZMK_SPLIT_BLE_ROLE_CENTRAL + select LVGL_FONT_MONTSERRAT_12 + config ZMK_WIDGET_BATTERY_STATUS bool "Widget for battery charge information, using small icons" depends on BT |