adds backlight levels to the satan keyboard (#431)

* enable 4 levels

* remove breathing stuff

* update channels, comments, hex
This commit is contained in:
Jack Humbert
2016-06-21 22:09:41 -04:00
committed by GitHub
parent e329729d3a
commit 464c8e274f
5 changed files with 1604 additions and 1561 deletions
-4
View File
@@ -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