summaryrefslogtreecommitdiffstats
path: root/docs/isp_flashing_guide.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-24 05:09:14 +0200
committerJack Humbert <jack.humb@gmail.com>2017-06-24 05:09:14 +0200
commitc208a6d4e504d736fe52bab536f9732e7e50c436 (patch)
tree992c26eae654b2476bb42da885b6e8d9603a6b65 /docs/isp_flashing_guide.md
parentb9987d65f97c26e40a39dc02c689a7d6d6510442 (diff)
downloadqmk_firmware-c208a6d4e504d736fe52bab536f9732e7e50c436.tar.gz
qmk_firmware-c208a6d4e504d736fe52bab536f9732e7e50c436.tar.xz
update docs for isp
Diffstat (limited to 'docs/isp_flashing_guide.md')
-rw-r--r--docs/isp_flashing_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/isp_flashing_guide.md b/docs/isp_flashing_guide.md
index 02b34497e..0819f2748 100644
--- a/docs/isp_flashing_guide.md
+++ b/docs/isp_flashing_guide.md
@@ -64,7 +64,7 @@ Once you've made your changes, you can click the Upload button (right arrow), wh
## The .hex file
-Before flashing your firmware, you're going to need to and do a little preparation. We'll be appending [this bootloader (also a .hex file)](https://github.com/qmk/qmk_firmware/blob/master/util/bootloader.hex) to the end of our firmware by opening the original .hex file in a text editor, and removing the last line, which should be `:00000001FF` (this is an EOF message). After that's been removed, copy the entire bootloader's contents and paste it at the end of the original file, and save it.
+Before flashing your firmware, you're going to need to and do a little preparation. We'll be appending [this bootloader (also a .hex file)](https://github.com/qmk/qmk_firmware/blob/master/util/bootloader_atmega32u4_1_0_0.hex) to the end of our firmware by opening the original .hex file in a text editor, and removing the last line, which should be `:00000001FF` (this is an EOF message). After that's been removed, copy the entire bootloader's contents and paste it at the end of the original file, and save it.
It's possible to use other bootloaders here in the same way, but __you need a bootloader__, otherwise you'll have to ISP to write new firmware to your keyboard.