20 lines
494 B
20 lines
494 B
# Copyright (c) 2020 The ZMK Contributors |
|
# SPDX-License-Identifier: MIT |
|
|
|
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_USE_LABEL |
|
select LVGL_FONT_MONTSERRAT_16 |
|
|
|
config ZMK_WIDGET_OUTPUT_STATUS |
|
bool "Widget for keyboard output status icons" |
|
depends on BT |
|
default y if BT |
|
select LVGL_USE_LABEL |
|
select LVGL_FONT_MONTSERRAT_16 |
|
|
|
endmenu
|
|
|