zmk/app/boards/shields/obe/Kconfig.defconfig
2022-07-11 14:48:16 -04:00

26 lines
350 B
Text

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