Skip to content

Commit

Permalink
Merge pull request #1183 from Rovanion/real-master
Browse files Browse the repository at this point in the history
Added instructions for how to build and flash the firmware with teensy_cli
  • Loading branch information
jackhumbert authored Mar 29, 2017
2 parents 23839b8 + d6e51d2 commit 942f2cc
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions keyboards/ergodox/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Easy Way

If you have an ErgoDox EZ, the absolute easiest way for you to customize your firmware is using the [graphical configurator](http://configure.ergodox-ez.com), which uses QMK under the hood.
If you have an ErgoDox EZ, the absolute easiest way for you to customize your firmware is using the [graphical configurator](http://configure.ergodox-ez.com), which uses QMK under the hood.

If you can find firmware someone else has made that does what you want, that
is the easiest way to customize your ErgoDox. It requires no programming
Expand Down Expand Up @@ -69,12 +69,16 @@ files. Check them out with:

The Ez uses the [Teensy Loader](https://www.pjrc.com/teensy/loader.html).

Linux users need to modify udev rules as described on the Teensy Linux page.
Some distributions provide a binary, maybe called `teensy-loader-cli`).
Linux users need to modify udev rules as described on the [Teensy
Linux page]. Some distributions provide a binary, maybe called
`teensy-loader-cli`.

[Teensy Linux page]: https://www.pjrc.com/teensy/loader_linux.html

To flash the firmware:

- Build the firmware with `make keymapname`, for example `make default`
- Build the firmware with `make keymapname`, for example `make default`

- This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g.
`ergodox_ez_default.hex`

Expand All @@ -87,6 +91,15 @@ To flash the firmware:

- Click the button in the Teensy app to download the firmware.

To flash with ´teensy-loader-cli´:

- Build the firmware with `make keymapname`, for example `make default`

- Run ´<path/to/>teensy_loader_cli --mcu=atmega32u4 -w ergodox_ez_<keymap>.hex´

- Press the Reset button by inserting a paperclip gently into the reset hole
in the top right corder.

## ErgoDox Infinity

The Infinity is two completely independent keyboards, and needs to be flashed
Expand Down

0 comments on commit 942f2cc

Please sign in to comment.