summaryrefslogtreecommitdiff
path: root/keyboards/dm9records/ergoinu/post_rules.mk
blob: 02aa48104c191af4f387dd4ed6c59ea1dd4eaac3 (plain)
1
2
3
4
5
6
7
8
9
ifneq ($(strip $(ERGOINU)),)
  ifeq ($(findstring promicroled, $(ERGOINU)), promicroled)
    DISABLE_PROMICRO_LEDs = no
  endif
endif

ifeq ($(strip $(DISABLE_PROMICRO_LEDs)), yes)
  OPT_DEFS += -DDISABLE_PROMICRO_LEDs
endif