]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard2/Makefile
Backlight abstraction and other changes (#439)
[qmk_firmware.git] / keyboards / clueboard2 / Makefile
index 7204daef7514257593a5e5d2a1b0e199aea536df..e9367a90d0ec755de504fd1f95bded40cdeff838 100644 (file)
@@ -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