feat(display): Add config to show battery level in percentage

This commit is contained in:
Cem Aksoylar
2022-11-29 22:05:04 -08:00
committed by Pete Johanson
parent 6ccb5280c9
commit 58eb7a3305
2 changed files with 14 additions and 1 deletions

View File

@@ -15,6 +15,13 @@ config ZMK_WIDGET_BATTERY_STATUS
default y if BT
select LVGL_USE_LABEL
if ZMK_WIDGET_BATTERY_STATUS
config ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE
bool "Show battery level percentage in text"
endif
config ZMK_WIDGET_OUTPUT_STATUS
bool "Widget for keyboard output status icons"
depends on BT && (!ZMK_SPLIT_BLE || ZMK_SPLIT_ROLE_CENTRAL)