aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/caterina/Makefile
diff options
context:
space:
mode:
authorZachary Eveland <zeveland@blacklabel-development.com>2012-11-23 16:09:32 -0500
committerZachary Eveland <zeveland@blacklabel-development.com>2012-11-23 16:09:32 -0500
commit8fb58612a01430dd796de9bb3705e5f8380da747 (patch)
treeac9b583ed7771cac3639a28f5cd819a122796da1 /bootloaders/caterina/Makefile
parentbb6569d0695eef174a190a4c0fd570deb55ecfc2 (diff)
Caterina changes to support Micro. includes newly rebuilt version of the bootloader merged with Blink produced using 1.0.2
Diffstat (limited to 'bootloaders/caterina/Makefile')
-rwxr-xr-xbootloaders/caterina/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile
index 873f8bd..91348bf 100755
--- a/bootloaders/caterina/Makefile
+++ b/bootloaders/caterina/Makefile
@@ -47,6 +47,7 @@
#----------------------------------------------------------------------------
# USB vendor ID (VID)
+# reuse of this VID by others is forbidden by USB-IF
# official Arduino LLC VID
# VID = 0x2341
@@ -54,7 +55,8 @@
# USB product ID (PID)
# official Leonardo PID
# PID = 0x0036
-
+# official Micro PID
+# PID = 0x0037
# MCU name
MCU = atmega32u4
@@ -123,7 +125,7 @@ OBJDIR = .
# Path to the LUFA library
-LUFA_PATH = ../../../../../LUFA-111009
+LUFA_PATH = ../../../../../../LUFA/LUFA-111009
# LUFA library compile-time options and predefined tokens