mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 05:06:42 +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
|