summaryrefslogtreecommitdiffstats
path: root/keyboard/satan/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-06-22 04:09:41 +0200
committerGitHub <noreply@github.com>2016-06-22 04:09:41 +0200
commit464c8e274f993d3571fe5ea5e836fe55a3912ffe (patch)
tree9d5c08ccf6de468a397f20a5438e72276977fe62 /keyboard/satan/Makefile
parente329729d3a11b5798f4e2b9f65ac9bc2dcc84a9e (diff)
downloadqmk_firmware-464c8e274f993d3571fe5ea5e836fe55a3912ffe.tar.gz
qmk_firmware-464c8e274f993d3571fe5ea5e836fe55a3912ffe.tar.xz
adds backlight levels to the satan keyboard (#431)
* enable 4 levels * remove breathing stuff * update channels, comments, hex
Diffstat (limited to 'keyboard/satan/Makefile')
-rw-r--r--keyboard/satan/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboard/satan/Makefile b/keyboard/satan/Makefile
index 8090c59c4..0ad71007e 100644
--- a/keyboard/satan/Makefile
+++ b/keyboard/satan/Makefile
@@ -68,10 +68,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