summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/PCB_GUIDE.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-29 20:12:51 +0100
committerJack Humbert <jack.humb@gmail.com>2015-10-29 20:12:51 +0100
commit39915b1748cefd99f841fa03b7f6e7c20439fbcf (patch)
tree4951d25c0ca5975f431de3cd4f262d9156e7ead5 /keyboard/planck/PCB_GUIDE.md
parent4b0c54324ab467daf1567a285fd5f79dc7f9d3e4 (diff)
downloadqmk_firmware-39915b1748cefd99f841fa03b7f6e7c20439fbcf.tar.gz
qmk_firmware-39915b1748cefd99f841fa03b7f6e7c20439fbcf.tar.xz
homebrew instructions
Diffstat (limited to 'keyboard/planck/PCB_GUIDE.md')
-rw-r--r--keyboard/planck/PCB_GUIDE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboard/planck/PCB_GUIDE.md b/keyboard/planck/PCB_GUIDE.md
index 10b86bb3b..9ff12d485 100644
--- a/keyboard/planck/PCB_GUIDE.md
+++ b/keyboard/planck/PCB_GUIDE.md
@@ -8,6 +8,14 @@
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
+
+If you're using homebrew, you can use the following commands:
+
+ brew tap osx-cross/avr
+ brew install avr-libc
+
+Otherwise, these instructions will work:
+
1. Install Xcode from the App Store.
2. Install the Command Line Tools from `Xcode->Preferences->Downloads`.
3. Install [DFU-Programmer][dfu-prog].