diff options
author | fauxpark <fauxpark@gmail.com> | 2019-03-21 01:43:20 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-20 07:43:20 -0700 |
commit | ab294813919d9df803946d990a6a1d783ab69f0a (patch) | |
tree | 8c42c14013e0f4be83285a40d4b320497a62c49b | |
parent | 6eb5a25a6ad47d92c185e07e030b8ff4c8190b0c (diff) | |
download | qmk_firmware-ab294813919d9df803946d990a6a1d783ab69f0a.tar.gz qmk_firmware-ab294813919d9df803946d990a6a1d783ab69f0a.zip |
Fix link to Caterina bootloader hex files (#5452)
-rw-r--r-- | docs/flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md index cafb43910b..3b4582f005 100644 --- a/docs/flashing.md +++ b/docs/flashing.md @@ -60,7 +60,7 @@ There are a number of DFU commands that you can use to flash firmware to a DFU d ## Caterina -Arduino boards and their clones use the [Caterina bootloader](https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/bootloaders/caterina) (any keyboard built with a Pro Micro, or clone), and uses the avr109 protocol to communicate through virtual serial. Bootloaders like [A-Star](https://www.pololu.com/docs/0J61/9) are based on Caterina. +Arduino boards and their clones use the [Caterina bootloader](https://github.com/arduino/ArduinoCore-avr/tree/master/bootloaders/caterina) (any keyboard built with a Pro Micro, or clone), and uses the avr109 protocol to communicate through virtual serial. Bootloaders like [A-Star](https://www.pololu.com/docs/0J61/9) are based on Caterina. To ensure compatibility with the Caterina bootloader, make sure this block is present your `rules.mk`: |