Skip to content

Commit

Permalink
Update PCB_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jun 7, 2015
1 parent 96c2a6b commit ae2e7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboard/planck/PCB_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## Setting up the environment

### Windows
1. Install [MHV AVR Tools][mhv] for AVR GCC compiler and [Cygwin][cygwin](or [MinGW][mingw]) for shell terminal.
1. Install [WinAVR Tools](http://sourceforge.net/projects/winavr/) for AVR GCC compiler.
2. Install [DFU-Programmer][dfu-prog] (the -win one).
3. Start DFU bootloader on the chip first time you will see 'Found New Hardware Wizard' to install driver. If you install device driver properly you can find chip name like 'ATmega32U4' under 'LibUSB-Win32 Devices' tree on 'Device Manager'. If not you will need to update its driver on 'Device Manager' to the `dfu-programmer` driver.

### Mac
1. Install [CrossPack](https://www.obdev.at/downloads/crosspack/CrossPack-AVR-20131216.dmg).
1. Install [CrossPack](http://www.obdev.at/products/crosspack/index.html) or install Xcode from the App Store.
2. Install [DFU-Programmer][dfu-prog].

### Linux
Expand Down

0 comments on commit ae2e7fd

Please sign in to comment.