zmk/app/boards/shields/sugarglider/Kconfig.defconfig
2022-09-07 10:17:39 -04:00

26 lines
361 B
Text

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_SUGARGLIDER
config ZMK_KEYBOARD_NAME
default "Sugar Glider"
if LVGL
config LVGL_VDB_SIZE
default 64
config LVGL_DPI
default 148
config LVGL_BITS_PER_PIXEL
default 1
choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
endchoice
endif # LVGL
endif