summaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/ut47/post_rules.mk
blob: 7051ee413d7fb3309bfb79fcfea741ca95e5d733 (plain)
1
2
3
4
ifeq ($(strip $(LED_ENABLE)), yes)
  OPT_DEFS += -DLED_ENABLE
  SRC += led.c
endif