summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-01-25 03:31:08 +0100
committerJack Humbert <jack.humb@gmail.com>2016-01-25 03:31:08 +0100
commit99c72d0d9b5baec52f801887ee595e623aaf0b3f (patch)
tree60aa81d4ecd80f487eb60b2dc53f4abc07af8e52 /keyboard/planck/Makefile
parentfd72a46c139c0450299e6e4ebbf4ffba531c9e2d (diff)
parentf277079dfa831d44456f00f307e26cf79d36c03d (diff)
downloadqmk_firmware-99c72d0d9b5baec52f801887ee595e623aaf0b3f.tar.gz
qmk_firmware-99c72d0d9b5baec52f801887ee595e623aaf0b3f.tar.xz
Merge pull request #106 from yangliu/planck-rgb
RGB Underglow with WS2812 LEDs
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r--keyboard/planck/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile
index 8414b2ccc..307b0c7f4 100644
--- a/keyboard/planck/Makefile
+++ b/keyboard/planck/Makefile
@@ -27,7 +27,7 @@
# make flip-ee = Download the eeprom file to the device, using Atmel FLIP
# (must have Atmel FLIP installed).
#
-# make debug = Start either simulavr or avarice as specified for debugging,
+# make debug = Start either simulavr or avarice as specified for debugging,
# with avr-gdb or avr-insight as the front end for debugging.
#
# make filename.s = Just compile filename.c into the assembler code only.
@@ -143,11 +143,13 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
# AUDIO_ENABLE = YES # Audio output on port C6
# UNICODE_ENABLE = YES # Unicode
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
+# RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with MIDI at the same time.
ifdef BACKLIGHT_ENABLE
SRC += backlight.c
endif
+
# Optimize size but this may cause error "relocation truncated to fit"
#EXTRALDFLAGS = -Wl,--relax
@@ -157,4 +159,3 @@ VPATH += $(TOP_DIR)
VPATH += $(TMK_DIR)
include $(TOP_DIR)/quantum/quantum.mk
-