zmk/app/boards/shields/float/Kconfig.defconfig
2024-05-21 22:20:50 +02:00

33 lines
401 B
Text

if SHIELD_FLOAT_LEFT
config ZMK_KEYBOARD_NAME
default "float"
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif
if SHIELD_FLOAT_LEFT || SHIELD_FLOAT_RIGHT
config ZMK_SPLIT
default y
if LVGL
config LV_Z_VDB_SIZE
default 64
config LV_DPI_DEF
default 148
config LV_Z_BITS_PER_PIXEL
default 1
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_1
endchoice
endif # LVGL
endif