post_rules.mk 109 B

1234
  1. # Checking if WIDE_OLED
  2. ifeq ($(strip $(WIDE_OLED_ENABLE)), yes)
  3. OPT_DEFS += -DOLED_DISPLAY_128X64
  4. endif