Skip to content

Commit

Permalink
homebrew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Oct 29, 2015
1 parent 4b0c543 commit 39915b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions keyboard/planck/PCB_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
1 change: 1 addition & 0 deletions quantum/keymap_extras/keymap_colemak.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define CM_E KC_K
#define CM_I KC_L
#define CM_O KC_SCLN
#define CM_SCLN LSFT(CM_SCLN)

#define CM_Z KC_Z
#define CM_X KC_X
Expand Down

0 comments on commit 39915b1

Please sign in to comment.