summaryrefslogtreecommitdiff
path: root/app/src/display/widgets/Kconfig
blob: 01bc587e90252ef3a75ccda944786719d2a2c03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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