File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ menuconfig ZMK_DISPLAY
7
7
select DISPLAY
8
8
select LVGL
9
9
select LV_CONF_MINIMAL
10
- imply LV_USE_THEME_MONO
11
10
12
11
if ZMK_DISPLAY
13
12
@@ -42,6 +41,11 @@ choice ZMK_DISPLAY_STATUS_SCREEN
42
41
config ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
43
42
bool "Built in status screen"
44
43
select LV_OBJ_LABEL
44
+ imply LV_USE_THEME_MONO
45
+ imply ZMK_WIDGET_LAYER_STATUS
46
+ imply ZMK_WIDGET_BATTERY_STATUS
47
+ imply ZMK_WIDGET_OUTPUT_STATUS
48
+ imply ZMK_WIDGET_PERIPHERAL_STATUS
45
49
46
50
config ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
47
51
bool "Custom status screen"
Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ menu "ZMK Display Widgets"
5
5
6
6
config ZMK_WIDGET_LAYER_STATUS
7
7
bool "Widget for highest, active layer using small icons"
8
- default y
9
8
depends on !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
10
9
select LV_USE_LABEL
11
10
12
11
config ZMK_WIDGET_BATTERY_STATUS
13
12
bool "Widget for battery charge information, using small icons"
14
13
depends on BT
15
- default y if BT
16
14
select LV_USE_LABEL
17
15
18
16
if ZMK_WIDGET_BATTERY_STATUS
@@ -25,13 +23,11 @@ endif
25
23
config ZMK_WIDGET_OUTPUT_STATUS
26
24
bool "Widget for keyboard output status icons"
27
25
depends on BT && (!ZMK_SPLIT_BLE || ZMK_SPLIT_ROLE_CENTRAL)
28
- default y if BT && (!ZMK_SPLIT_BLE || ZMK_SPLIT_ROLE_CENTRAL)
29
26
select LV_USE_LABEL
30
27
31
28
config ZMK_WIDGET_PERIPHERAL_STATUS
32
29
bool "Widget for split peripheral status icons"
33
30
depends on BT && ZMK_SPLIT_BLE && !ZMK_SPLIT_ROLE_CENTRAL
34
- default y if BT && ZMK_SPLIT_BLE && !ZMK_SPLIT_ROLE_CENTRAL
35
31
select LV_USE_LABEL
36
32
37
33
config ZMK_WIDGET_WPM_STATUS
You can’t perform that action at this time.
0 commit comments