aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boards.txt2
-rwxr-xr-xbootloaders/caterina_LUFA/makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/boards.txt b/boards.txt
index 834db54..fed59eb 100644
--- a/boards.txt
+++ b/boards.txt
@@ -151,7 +151,7 @@ leonardo.upload.protocol=arduino
leonardo.upload.maximum_size=30720
leonardo.upload.speed=1200
leonardo.bootloader.low_fuses=0xde
-leonardo.bootloader.high_fuses=0xda
+leonardo.bootloader.high_fuses=0xd8
leonardo.bootloader.extended_fuses=0xcb
leonardo.bootloader.path=caterina
leonardo.bootloader.file=Caterina-Leonardo.hex
diff --git a/bootloaders/caterina_LUFA/makefile b/bootloaders/caterina_LUFA/makefile
index 473dd77..a647af0 100755
--- a/bootloaders/caterina_LUFA/makefile
+++ b/bootloaders/caterina_LUFA/makefile
@@ -58,7 +58,7 @@ ARCH = AVR8
# Target board (see library "Board Types" documentation, NONE for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
-BOARD = USBKEY
+BOARD = USER
# Processor frequency.
@@ -354,7 +354,7 @@ LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB)
# Type: avrdude -c ?
# to get a full listing.
#
-AVRDUDE_PROGRAMMER = jtagmkII
+AVRDUDE_PROGRAMMER = avrispmkII
# com1 = serial port. Use lpt1 to connect to parallel port.
AVRDUDE_PORT = usb
@@ -424,7 +424,7 @@ OBJDUMP = avr-objdump
SIZE = avr-size
AR = avr-ar rcs
NM = avr-nm
-AVRDUDE = avrdude
+AVRDUDE = /Applications/avrdude -C /Applications/avrdude.conf
REMOVE = rm -f
REMOVEDIR = rm -rf
COPY = cp