Updated Appendix D: Programming QMK on Older Ploopy Devices (markdown)

ploopyco 2021-11-22 08:52:24 -05:00
parent 6d29dceb45
commit a7a1303890
1 changed files with 1 additions and 1 deletions

@ -23,7 +23,7 @@ The remainder of this guide will assume that you're using an Arduino Nano to rep
## Get a copy of the bootloader file
You can find a copy of the necessary bootloader [here](https://github.com/qmk/qmk_firmware/blob/master/util/bootloader_atmega32u4_1.0.0.hex). Download and save it. For the purposes of this guide, it will be assumed that you saved the file as `bootloader_atmega32u4_1.0.0.hex`.
You can find a copy of the necessary bootloader [here](https://raw.githubusercontent.com/qmk/qmk_firmware/master/util/bootloader_atmega32u4_1.0.0.hex). Download and save it. For the purposes of this guide, it will be assumed that you saved the file as `bootloader_atmega32u4_1.0.0.hex`.
## Install avrdude