Last active
January 23, 2018 20:07
-
-
Save jubecker/6cb8e7dd0987fce6c86e09b562a25098 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## base setup with brew | |
https://docs.qmk.fm/getting_started_build_tools.html#macos | |
## custom keymap | |
Copy a predefined keymap and customise it. Replace all the <name> parts in the command lines. | |
$ cp -r keyboards/iris/keymaps/hexwire/ keyboards/iris/keymaps/<name> | |
Now edit cp keyboards/iris/keymaps/hexwire/keymap.c. | |
$ make iris/rev2:<name> | |
## flash | |
1. Hit the reset button on the keyboard half | |
2. $ avrdude -p atmega32u4 -c avr109 -P /dev/tty.usbmodem1411 -U flash:w:.build/iris_rev2_<name>.hex | |
The usb tty path can be different on each machine. Look it up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment