From a7a1303890a74a4b9354bb3411d77f8d10feb31f Mon Sep 17 00:00:00 2001 From: ploopyco <54917504+ploopyco@users.noreply.github.com> Date: Mon, 22 Nov 2021 08:52:24 -0500 Subject: [PATCH] Updated Appendix D: Programming QMK on Older Ploopy Devices (markdown) --- Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md b/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md index fe4c7c8..b626942 100644 --- a/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md +++ b/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md @@ -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