summaryrefslogtreecommitdiffstats
path: root/docs/isp_flashing_guide.md
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2019-01-25 00:24:00 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-25 01:13:18 +0100
commit5dcb1114d771473d6b48577c666f354ebd77967d (patch)
tree150b99a92bdc598d1cf736d62883080578e34c08 /docs/isp_flashing_guide.md
parentaf3956d8baa1a20dde25085581da29e58eb892f0 (diff)
downloadqmk_firmware-5dcb1114d771473d6b48577c666f354ebd77967d.tar.gz
qmk_firmware-5dcb1114d771473d6b48577c666f354ebd77967d.tar.xz
Fix a typo in link to the Pro Micro ISP firmware
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 008f944cc..18f214784 100644
--- a/docs/isp_flashing_guide.md
+++ b/docs/isp_flashing_guide.md
@@ -53,7 +53,7 @@ This is pretty straight-forward - we'll be connecting like-things to like-things
The only difference between the .hex files below is which pin is connected to RESET. You can use them on other boards as well, as long as you're aware of the pins being used. If for some reason neither of these pins are available, [create an issue](https://github.com/qmk/qmk_firmware/issues/new), and we can generate one for you!
* Teensy 2.0: [`util/teensy_2.0_ISP_B0.hex`](https://github.com/qmk/qmk_firmware/blob/master/util/teensy_2.0_ISP_B0.hex) (`B0`)
-* Pro Micro: [`util/pro_micro_ISP_B6_10.hex`](https://github.com/qmk/qmk_firmware/blob/master/util/pro_mico_ISP_B6_10.hex) (`B6/10`)
+* Pro Micro: [`util/pro_micro_ISP_B6_10.hex`](https://github.com/qmk/qmk_firmware/blob/master/util/pro_micro_ISP_B6_10.hex) (`B6/10`)
**Flash your Teenys/Pro Micro with one of these and continue - you won't need the file after flashing your ISP device.**