mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
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>
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
|