9 lines
149 B
Makefile
9 lines
149 B
Makefile
# Split communication
|
|
SERIAL_DRIVER = vendor
|
|
# Oled support
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = ssd1306
|
|
|
|
# Dynamic Layout Configuration
|
|
VIA_ENABLE = yes
|