mirror of https://github.com/zmkfirmware/zmk.git
fix(display): Make stock battery widget depend on the right symbol (#2953)
This commit is contained in:
parent
f568b25e56
commit
9da5d3ba82
|
|
@ -10,7 +10,7 @@ config ZMK_WIDGET_LAYER_STATUS
|
||||||
|
|
||||||
config ZMK_WIDGET_BATTERY_STATUS
|
config ZMK_WIDGET_BATTERY_STATUS
|
||||||
bool "Widget for battery charge information, using small icons"
|
bool "Widget for battery charge information, using small icons"
|
||||||
depends on BT
|
depends on ZMK_BATTERY_REPORTING
|
||||||
select LV_USE_LABEL
|
select LV_USE_LABEL
|
||||||
|
|
||||||
if ZMK_WIDGET_BATTERY_STATUS
|
if ZMK_WIDGET_BATTERY_STATUS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue