915d7a18d7
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>
4 lines
109 B
Makefile
4 lines
109 B
Makefile
# Checking if WIDE_OLED
|
|
ifeq ($(strip $(WIDE_OLED_ENABLE)), yes)
|
|
OPT_DEFS += -DOLED_DISPLAY_128X64
|
|
endif
|