Files
2023-03-15 15:49:14 +00:00

5 lines
109 B
Makefile

# Checking if WIDE_OLED
ifeq ($(strip $(WIDE_OLED_ENABLE)), yes)
OPT_DEFS += -DOLED_DISPLAY_128X64
endif