e63ac4d6db
* Add Artboard support (#1) * Initial commit for the Artboard * adjust copyright and pins * fix pin for left * Add Artboard to builds (#2) * Initial commit for the Artboard * adjust copyright and pins * add artboard to builds * fix pins for right * fix pins for left again * probably mixed up the pins. switched things around. * fix build error. * remove whitespace * still tweaking pins * flipped some pins around * flip the rows * fixed a hardware issue, so reverting to what's working * more reverting * oops forgot to switch to analog pins * try to fix weird flipped rows * argh, flipped pins. flipped pins everywhere. * fix left artboard * Update artboard_left.conf * disable deep sleep for right artboard * add repo link
34 lines
433 B
Text
34 lines
433 B
Text
if SHIELD_ARTBOARD_LEFT || SHIELD_ARTBOARD_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Artboard"
|
|
|
|
config I2C
|
|
default y
|
|
|
|
config SSD1306
|
|
default y
|
|
|
|
config SSD1306_REVERSE_MODE
|
|
default y
|
|
|
|
config LVGL_HOR_RES_MAX
|
|
default 128
|
|
|
|
config LVGL_VER_RES_MAX
|
|
default 32
|
|
|
|
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
|