fix(display): Add proper LVGL label dep.
This commit is contained in:
parent
a124eb9f9e
commit
e491c282e7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ config ZMK_WIDGET_LAYER_STATUS
|
||||||
bool "Widget for highest, active layer using small icons"
|
bool "Widget for highest, active layer using small icons"
|
||||||
default y
|
default y
|
||||||
depends on !ZMK_SPLIT || ZMK_SPLIT_BLE_ROLE_CENTRAL
|
depends on !ZMK_SPLIT || ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||||
|
select LVGL_USE_LABEL
|
||||||
select LVGL_FONT_MONTSERRAT_12
|
select LVGL_FONT_MONTSERRAT_12
|
||||||
|
|
||||||
config ZMK_WIDGET_BATTERY_STATUS
|
config ZMK_WIDGET_BATTERY_STATUS
|
||||||
|
|
Loading…
Reference in a new issue