diff options
Diffstat (limited to 'keyboards/40percentclub/ut47/rules.mk')
-rw-r--r-- | keyboards/40percentclub/ut47/rules.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/40percentclub/ut47/rules.mk b/keyboards/40percentclub/ut47/rules.mk index 360dc3f28c..e91a252d76 100644 --- a/keyboards/40percentclub/ut47/rules.mk +++ b/keyboards/40percentclub/ut47/rules.mk @@ -23,8 +23,3 @@ AUDIO_ENABLE = no # Audio output # custom matrix setup CUSTOM_MATRIX = yes SRC += matrix.c protocol/serial_uart.c - -ifeq ($(strip $(LED_ENABLE)), yes) - OPT_DEFS += -DLED_ENABLE - SRC += led.c -endif |