zmk/app/boards/shields/sugarglider/Kconfig.defconfig

29 lines
405 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
# Enable IO multiplexer
CONFIG_GPIO_MCP23017=y
endif