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

46 lines
500 B
Plaintext
Raw Normal View History

2020-07-16 20:41:55 -07:00
2020-07-17 20:02:00 -07:00
if SHIELD_LILY58_LEFT
2020-07-16 20:41:55 -07:00
config ZMK_KEYBOARD_NAME
default "Lily58"
2020-07-17 20:02:00 -07:00
config ZMK_SPLIT_ROLE_CENTRAL
default y
2020-07-17 20:02:00 -07:00
endif
2020-07-24 19:08:31 -07:00
if SHIELD_LILY58_LEFT || SHIELD_LILY58_RIGHT
config ZMK_SPLIT
default y
2020-07-24 19:08:31 -07:00
if ZMK_DISPLAY
config I2C
default y
2020-07-24 19:08:31 -07:00
config SSD1306
default y
2020-07-24 19:08:31 -07:00
endif # ZMK_DISPLAY
if LVGL
config LV_Z_VDB_SIZE
default 64
2020-07-24 19:08:31 -07:00
config LV_DPI_DEF
default 148
2020-07-24 19:08:31 -07:00
config LV_Z_BITS_PER_PIXEL
default 1
2020-07-24 19:08:31 -07:00
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
2020-07-24 19:08:31 -07:00
endchoice
endif # LVGL
endif