mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-29 14:40:38 +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
|