From 0656f2fa10e25e160617c3e5d14cfbae35dd9c8d Mon Sep 17 00:00:00 2001
From: Jack Humbert <jack.humb@gmail.com>
Date: Fri, 29 Apr 2016 22:19:40 -0400
Subject: moves backlight functionality to keyboard files and updates template
 makefile

previously there were two backlight.c files (bad)
---
 keyboard/planck/Makefile | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'keyboard/planck/Makefile')

diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile
index 01d9e3ce9a..c0c6201cba 100644
--- a/keyboard/planck/Makefile
+++ b/keyboard/planck/Makefile
@@ -171,10 +171,6 @@ endif
 
 endif
 
-ifeq ($(strip $(BACKLIGHT_ENABLE)), yes)
-	SRC := backlight.c $(SRC)
-endif
-
 # Optimize size but this may cause error "relocation truncated to fit"
 #EXTRALDFLAGS = -Wl,--relax
 
-- 
cgit v1.2.3