mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +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
|