mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 07:55:12 +00:00
5 lines
109 B
Makefile
5 lines
109 B
Makefile
|
# Checking if WIDE_OLED
|
||
|
ifeq ($(strip $(WIDE_OLED_ENABLE)), yes)
|
||
|
OPT_DEFS += -DOLED_DISPLAY_128X64
|
||
|
endif
|