mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 02:52:47 +01:00
10 lines
222 B
Makefile
10 lines
222 B
Makefile
ENCODER_ENABLE = yes
|
|
|
|
OLED_DRIVER_ENABLE = no
|
|
|
|
# Setup so that OLED can be turned on/off easily
|
|
ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
|
|
# Custom local font file
|
|
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
|
endif
|