fix OLED_DRIVER

This commit is contained in:
♥ Minnie ♥ 2023-09-29 07:25:32 +08:00
parent 5ce07aff2c
commit 948c387cdf

View file

@ -19,7 +19,7 @@ SRC += features/sentence_case.c
ifeq ($(OLED_ENABLE),yes)
SRC += ./oled.c
OLED_DRIVER = SSD1306
OLED_DRIVER = ssd1306
WPM_ENABLE = yes
endif