summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/PCB_GUIDE.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-02-01 11:42:45 -0500
committerJack Humbert <jack.humb@gmail.com>2016-02-01 11:42:45 -0500
commit2ce9c1947848a6de2883dfa490d349a8c52d48cf (patch)
tree2a56f2ad49b6d55e5ea5e45127f6010cb824fcd0 /keyboard/planck/PCB_GUIDE.md
parentf24c69d177b7c764fdb4f065654696b2cb05c763 (diff)
parent41c17baccf858980dfd387400ab3347dc5b5028e (diff)
Merge pull request #123 from cbbrowne/master
README notes and cbbrowne layout
Diffstat (limited to 'keyboard/planck/PCB_GUIDE.md')
-rw-r--r--keyboard/planck/PCB_GUIDE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/planck/PCB_GUIDE.md b/keyboard/planck/PCB_GUIDE.md
index 8048cbe8df..a7a0f7fb18 100644
--- a/keyboard/planck/PCB_GUIDE.md
+++ b/keyboard/planck/PCB_GUIDE.md
@@ -3,6 +3,7 @@
## Setting up the environment
### Windows
+
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.
@@ -24,6 +25,9 @@ Otherwise, these instructions will work:
1. Install AVR GCC with your favorite package manager.
2. Install [DFU-Programmer][dfu-prog].
+Note that, since it will be directly accessing USB hardware, the
+`dfu-programmer` program needs to be run as root.
+
## Verify Your Installation
1. Clone the following repository: https://github.com/jackhumbert/qmk_firmware
2. Open a Terminal and `cd` into `qmk_firmware/keyboard/planck`