diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 22:09:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 22:09:41 -0400 |
commit | 464c8e274f993d3571fe5ea5e836fe55a3912ffe (patch) | |
tree | 9d5c08ccf6de468a397f20a5438e72276977fe62 /keyboard/satan/Makefile | |
parent | e329729d3a11b5798f4e2b9f65ac9bc2dcc84a9e (diff) |
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/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboard/satan/Makefile b/keyboard/satan/Makefile index 8090c59c45..0ad71007e1 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 |