]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
homebrew instructions
authorJack Humbert <jack.humb@gmail.com>
Thu, 29 Oct 2015 19:12:51 +0000 (15:12 -0400)
committerJack Humbert <jack.humb@gmail.com>
Thu, 29 Oct 2015 19:12:51 +0000 (15:12 -0400)
keyboard/planck/PCB_GUIDE.md
quantum/keymap_extras/keymap_colemak.h

index 10b86bb3b2dd8856105eb064a40f7bd4ffc8820c..9ff12d4852a4bfa2b86aeea1018c6bfcd96714d5 100644 (file)
@@ -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].
index c8066ea666c0388c76b51ab917d9493d4b46d054..87df01ab586e0ebc4a225d9a4d77a15af80c2ae7 100644 (file)
@@ -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