summaryrefslogtreecommitdiff
path: root/app/src/display/widgets/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/display/widgets/Kconfig')
-rw-r--r--app/src/display/widgets/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/display/widgets/Kconfig b/app/src/display/widgets/Kconfig
new file mode 100644
index 0000000..1dbffb5
--- /dev/null
+++ b/app/src/display/widgets/Kconfig
@@ -0,0 +1,18 @@
+
+menu "ZMK Display Widgets"
+
+config ZMK_WIDGET_BATTERY_STATUS
+ bool "Widget for battery charge information, using small icons"
+ depends on BT
+ default y if BT
+ select LVGL_OBJ_LABEL
+ select LVGL_BUILD_IN_FONT_ROBOTO_16
+
+config ZMK_WIDGET_OUTPUT_STATUS
+ bool "Widget for keyboard output status icons"
+ depends on BT
+ default y if BT
+ select LVGL_OBJ_LABEL
+ select LVGL_BUILD_IN_FONT_ROBOTO_16
+
+endmenu