]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - converter/usb_usb/Makefile
Change USB PID
[tmk_firmware.git] / converter / usb_usb / Makefile
index 41a64e46433e0ea96fc9bd5b3ff961f8e65636a4..4f983e7f68cda2037c9fd285b7ab04f7f41c7919 100644 (file)
@@ -99,7 +99,7 @@ CONSOLE_ENABLE = yes  # Console for debug
 #   Teensy halfKay   512
 #   Atmel DFU loader 4096
 #   LUFA bootloader  4096
-#OPT_DEFS += -DBOOT_SIZE=4096
+#OPT_DEFS += -DBOOTLOADER_SIZE=4096
 
 
 
@@ -120,7 +120,7 @@ VPATH += $(TOP_DIR)
 
 
 # program Leonardo
-PROGRAM_CMD = avrdude -p$(MCU) -cavr109 -P$(DEV) -b57600 -Uflash:w:$(TARGET).hex
+PROGRAM_CMD = avrdude -p$(MCU) -cavr109 -b57600 -Uflash:w:$(TARGET).hex -P$(DEV)