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

47 lines
576 B
Plaintext
Raw Normal View History

2021-10-03 20:47:23 -07:00
# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_ZODIARK_LEFT
config ZMK_KEYBOARD_NAME
default "Zodiark"
2021-10-03 20:47:23 -07:00
config ZMK_SPLIT_ROLE_CENTRAL
default y
2021-10-03 20:47:23 -07:00
endif
if SHIELD_ZODIARK_LEFT || SHIELD_ZODIARK_RIGHT
config ZMK_SPLIT
default y
2021-10-03 20:47:23 -07:00
if ZMK_DISPLAY
config I2C
default y
2021-10-03 20:47:23 -07:00
config SSD1306
default y
2021-10-03 20:47:23 -07:00
endif # ZMK_DISPLAY
if LVGL
config LV_Z_VDB_SIZE
default 64
2021-10-03 20:47:23 -07:00
config LV_DPI_DEF
default 148
2021-10-03 20:47:23 -07:00
config LV_Z_BITS_PER_PIXEL
default 1
2021-10-03 20:47:23 -07:00
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
2021-10-03 20:47:23 -07:00
endchoice
endif # LVGL
endif