qmk-dactyl-manuform-a/keyboards/rgbkb/zen/rev2/post_rules.mk

6 lines
168 B
Makefile

# Setup so that OLED can be turned on/off easily
ifeq ($(strip $(OLED_ENABLE)), yes)
# Custom local font file
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
endif