rules.mk 222 B

123456789
  1. ENCODER_ENABLE = yes
  2. OLED_DRIVER_ENABLE = no
  3. # Setup so that OLED can be turned on/off easily
  4. ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
  5. # Custom local font file
  6. OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
  7. endif