diff options
| -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 cafb43910..3b4582f00 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 | |||
| 60 | 60 | ||
| 61 | ## Caterina | 61 | ## Caterina |
| 62 | 62 | ||
| 63 | 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. | 63 | 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. |
| 64 | 64 | ||
| 65 | To ensure compatibility with the Caterina bootloader, make sure this block is present your `rules.mk`: | 65 | To ensure compatibility with the Caterina bootloader, make sure this block is present your `rules.mk`: |
| 66 | 66 | ||
