diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-24 12:19:34 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-24 12:19:34 -0400 |
commit | 4d79e224384464c8b42c770b3da09b9655d359e7 (patch) | |
tree | 7d14e742352d2237ab19fe49985bbacef47d7e6d /keyboards/clueboard2/Makefile | |
parent | a4bdb0ac0e6d44c9c9a2d8910a5ca5b7fb49fcbf (diff) | |
parent | 40bfc7231e87c883c840967fdbe42a7c711805be (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |