]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix link to MHV AVR Tools
authorNoah Andrews <NoahAndrews@users.noreply.github.com>
Wed, 2 Mar 2016 18:06:33 +0000 (13:06 -0500)
committerNoah Andrews <NoahAndrews@users.noreply.github.com>
Wed, 2 Mar 2016 18:06:33 +0000 (13:06 -0500)
keyboard/planck/PCB_GUIDE.md

index e396747dff60eca1391f4c7e7b5c5303f184e81b..797cee2e1b2545ac3045b197fd5879a29b113148 100644 (file)
@@ -3,7 +3,7 @@
 ## Setting up the environment
 
 ### Windows
-1. Install [MHV AVR Tools](https://github.com/jackhumbert/qmk_firmware). Disable smatch, but **be sure to leave the option to add the tools to the PATH checked**.
+1. Install [MHV AVR Tools](https://infernoembedded.com/sites/default/files/project/MHV_AVR_Tools_20131101.exe). Disable smatch, but **be sure to leave the option to add the tools to the PATH checked**.
 2. Install [MinGW](https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download). During installation, uncheck the option to install a graphical user interface. **DO NOT change the default installation folder.** The scripts depend on the default location.
 3. Clone this repository. [This link will download it as a zip file, which you'll need to extract.](https://github.com/jackhumbert/qmk_firmware/archive/master.zip) Open the extracted folder in Windows Explorer.
 4. Right-click on the 1-setup-path-win batch script, select "Run as administrator", and accept the User Account Control prompt. Press the spacebar to dismiss the success message in the command prompt that pops up.