zmk/app/boards/shields/bb65/Kconfig.defconfig
2023-03-17 16:00:40 -04:00

26 lines
342 B
Text

# Copyright (c) 2023 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_BB65
config ZMK_KEYBOARD_NAME
default "BB65"
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