summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/zen/rev2/post_rules.mk
blob: 2a4397e980df2600e58fe1a3e7bbd97074210286 (plain)
1
2
3
4
5
# 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