From 464c8e274f993d3571fe5ea5e836fe55a3912ffe Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 21 Jun 2016 22:09:41 -0400 Subject: adds backlight levels to the satan keyboard (#431) * enable 4 levels * remove breathing stuff * update channels, comments, hex --- keyboard/satan/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'keyboard/satan/Makefile') 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 -- cgit v1.2.3-24-g4f1b