]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix a typo in link to the Pro Micro ISP firmware
authorBalz Guenat <balz.guenat@gmail.com>
Thu, 24 Jan 2019 23:24:00 +0000 (00:24 +0100)
committerDrashna Jaelre <drashna@live.com>
Fri, 25 Jan 2019 00:13:18 +0000 (16:13 -0800)
docs/isp_flashing_guide.md

index 008f944cc3ae8526411819479828684118de195a..18f2147846b96f2aa35a5cb37a1214e0bcfef035 100644 (file)
@@ -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.**