flake-update-20260505
 1if SHIELD_KEYBALL44_RIGHT
 2
 3config ZMK_KEYBOARD_NAME
 4	default "Keyball44"
 5
 6config ZMK_SPLIT_BLE_ROLE_CENTRAL
 7	default y
 8
 9endif
10
11if SHIELD_KEYBALL44_LEFT || SHIELD_KEYBALL44_RIGHT
12
13config ZMK_SPLIT
14	default y
15	
16endif
17
18if ZMK_DISPLAY
19
20config I2C
21    default y
22
23config SSD1306
24    default y
25
26choice ZMK_DISPLAY_WORK_QUEUE
27    default ZMK_DISPLAY_WORK_QUEUE_DEDICATED
28endchoice
29
30endif
31
32if LVGL
33
34config LV_Z_VDB_SIZE
35    default 64
36
37config LV_DPI_DEF
38    default 148
39
40config LV_Z_BITS_PER_PIXEL
41    default 1
42
43choice LV_COLOR_DEPTH
44    default LV_COLOR_DEPTH_1
45endchoice
46
47endif