1 2 3 4 5 6 7
OLED_DRIVER_ENABLE = yes WPM_ENABLE = yes VIA_ENABLE = yes ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) SRC += oled_display.c endif