summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile.pjrc
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-07-28 17:34:41 +0900
committertmk <nobody@nowhere>2013-07-28 17:34:41 +0900
commitdaa4a4235fd4a88b3b6f64e4a2cf590f28f4b65b (patch)
tree91d6c2de3f98bf11e85868c6cd4802f05a55e60e /keyboard/hhkb/Makefile.pjrc
parentc7d309e34bf5d05f245811389bea495d814e2111 (diff)
Add NKRO support for LUFA
Diffstat (limited to 'keyboard/hhkb/Makefile.pjrc')
-rw-r--r--keyboard/hhkb/Makefile.pjrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hhkb/Makefile.pjrc b/keyboard/hhkb/Makefile.pjrc
index f64cd9be4d..5a781dd23a 100644
--- a/keyboard/hhkb/Makefile.pjrc
+++ b/keyboard/hhkb/Makefile.pjrc
@@ -23,9 +23,9 @@ CONFIG_H = config.h
# MCU name, you MUST set this to match the board you are using
# type "make clean" after changing this, so all files will be rebuilt
#MCU = at90usb162 # Teensy 1.0
-#MCU = atmega32u4 # Teensy 2.0
+MCU = atmega32u4 # Teensy 2.0
#MCU = at90usb646 # Teensy++ 1.0
-MCU = at90usb1286 # Teensy++ 2.0
+#MCU = at90usb1286 # Teensy++ 2.0
# Processor frequency.