diff options
Diffstat (limited to 'keyboards/40percentclub/ut47/post_rules.mk')
-rw-r--r-- | keyboards/40percentclub/ut47/post_rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/40percentclub/ut47/post_rules.mk b/keyboards/40percentclub/ut47/post_rules.mk new file mode 100644 index 0000000000..7051ee413d --- /dev/null +++ b/keyboards/40percentclub/ut47/post_rules.mk @@ -0,0 +1,4 @@ +ifeq ($(strip $(LED_ENABLE)), yes) + OPT_DEFS += -DLED_ENABLE + SRC += led.c +endif |