summaryrefslogtreecommitdiff
path: root/keyboard/clueboard1/Makefile
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2016-03-28 22:49:24 -0700
committerskullY <skullydazed@gmail.com>2016-03-28 22:49:24 -0700
commit5e822417d7aaebbb58154092ad2a7b5fd2469fbb (patch)
tree6720c29b604af5c365af3298c58ec07038c3cdce /keyboard/clueboard1/Makefile
parent073b44924cdfd28d64ad2ee1dbe88b00f92d2c72 (diff)
downloadqmk_firmware-5e822417d7aaebbb58154092ad2a7b5fd2469fbb.tar.gz
qmk_firmware-5e822417d7aaebbb58154092ad2a7b5fd2469fbb.zip
Fixup clueboard support and add rgb to clueboard1
Diffstat (limited to 'keyboard/clueboard1/Makefile')
-rw-r--r--keyboard/clueboard1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/clueboard1/Makefile b/keyboard/clueboard1/Makefile
index 767fc95efb..429ea6088b 100644
--- a/keyboard/clueboard1/Makefile
+++ b/keyboard/clueboard1/Makefile
@@ -51,7 +51,7 @@ TARGET_DIR = .
# # project specific files
SRC = clueboard1.c \
- led.c \
+ led.c
ifdef KEYMAP
SRC := keymaps/keymap_$(KEYMAP).c $(SRC)
@@ -62,7 +62,6 @@ endif
CONFIG_H = config.h
# MCU name
-#MCU = at90usb1287
MCU = atmega32u4
# Processor frequency.
@@ -121,6 +120,7 @@ CONSOLE_ENABLE = yes # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
# BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality
# MIDI_ENABLE = YES # MIDI controls
# UNICODE_ENABLE = YES # Unicode
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID