aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/caterina/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootloaders/caterina/Makefile')
-rw-r--r--bootloaders/caterina/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile
index 4bb41c8..8075a56 100644
--- a/bootloaders/caterina/Makefile
+++ b/bootloaders/caterina/Makefile
@@ -15,9 +15,9 @@ AVR_FREQ = 16000000L
# to set PID and product descriptor string
# Arduino Leonardo bootloader PID
-ARDUINO_MODEL_PID = 0x0030
+ARDUINO_MODEL_PID = 0x0034
# Arduino Micro bootloader PID
-#ARDUINO_MODEL_PID = 0x0031
+#ARDUINO_MODEL_PID = 0x0035
# Change if your programmer is different
AVRDUDE_PROGRAMMER = avrispmkII