diff options
Diffstat (limited to 'keyboards/clueboard2/Makefile')
-rw-r--r-- | keyboards/clueboard2/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/clueboard2/Makefile b/keyboards/clueboard2/Makefile index 7204daef75..e9367a90d0 100644 --- a/keyboards/clueboard2/Makefile +++ b/keyboards/clueboard2/Makefile @@ -1,7 +1,5 @@ -SRC = led.c - # MCU name #MCU = at90usb1287 MCU = atmega32u4 @@ -68,10 +66,6 @@ AUDIO_ENABLE ?= no UNICODE_ENABLE ?= no # Unicode BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID -#ifdef BACKLIGHT_ENABLE - SRC := backlight.c $(SRC) -#endif - ifndef QUANTUM_DIR include ../../Makefile endif |