X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fusb_usb%2FMakefile;h=4f983e7f68cda2037c9fd285b7ab04f7f41c7919;hb=30864ea5e48c15796cc2e3e2ba4a9b50322d82a4;hp=41a64e46433e0ea96fc9bd5b3ff961f8e65636a4;hpb=dc79a8521946a3a2e5b86945b8043b87a8b8d78c;p=max%2Ftmk_keyboard.git diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index 41a64e46..4f983e7f 100644 --- a/converter/usb_usb/Makefile +++ b/converter/usb_usb/Makefile @@ -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)