Updated Appendix D: Programming QMK on Older Ploopy Devices (markdown)
parent
6d29dceb45
commit
a7a1303890
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue