fix OLED_DRIVER
This commit is contained in:
parent
5ce07aff2c
commit
948c387cdf
|
@ -19,7 +19,7 @@ SRC += features/sentence_case.c
|
||||||
|
|
||||||
ifeq ($(OLED_ENABLE),yes)
|
ifeq ($(OLED_ENABLE),yes)
|
||||||
SRC += ./oled.c
|
SRC += ./oled.c
|
||||||
OLED_DRIVER = SSD1306
|
OLED_DRIVER = ssd1306
|
||||||
WPM_ENABLE = yes
|
WPM_ENABLE = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue