From 89873738724e784cb1b01c93ad54fd26632e4d73 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 4 Apr 2015 13:31:01 -0700 Subject: [PATCH] For now, don't skip the bootloader on first boot. --- hardware/keyboardio/avr/boards.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware/keyboardio/avr/boards.txt b/hardware/keyboardio/avr/boards.txt index 3349376d..d33471ab 100644 --- a/hardware/keyboardio/avr/boards.txt +++ b/hardware/keyboardio/avr/boards.txt @@ -4,7 +4,9 @@ keyboardio.upload.maximum_size=28672 keyboardio.upload.speed=57600 keyboardio.upload.disable_flushing=true keyboardio.bootloader.low_fuses=0xff -keyboardio.bootloader.high_fuses=0xd8 +#keyboardio.bootloader.high_fuses=0xd8 +# change from the arduino standard to skip the bootloader on boot +keyboardio.bootloader.high_fuses=0xd9 keyboardio.bootloader.extended_fuses=0xcb keyboardio.bootloader.path=caterina keyboardio.bootloader.file=Caterina-keyboardio.hex