mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 09:24:48 +00:00
7 lines
177 B
Makefile
7 lines
177 B
Makefile
|
WS2812_DRIVER = vendor
|
||
|
|
||
|
OLED_ENABLE = yes
|
||
|
OLED_DRIVER = SSD1306 # Enable Support for SSD1306 or SH1106 OLED Displays; Communicating over I2C
|
||
|
|
||
|
OPT_DEFS += -DHAL_USE_I2C=TRUE
|