Skip to content

Instantly share code, notes, and snippets.

@jubecker
Last active January 23, 2018 20:07
Show Gist options
  • Save jubecker/6cb8e7dd0987fce6c86e09b562a25098 to your computer and use it in GitHub Desktop.
Save jubecker/6cb8e7dd0987fce6c86e09b562a25098 to your computer and use it in GitHub Desktop.
## 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