mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
Merge pull request #1183 from Rovanion/real-master
Added instructions for how to build and flash the firmware with teensy_cli
This commit is contained in:
commit
942f2ccee4
1 changed files with 17 additions and 4 deletions
|
@ -69,12 +69,16 @@ files. Check them out with:
|
||||||
|
|
||||||
The Ez uses the [Teensy Loader](https://www.pjrc.com/teensy/loader.html).
|
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.
|
Linux users need to modify udev rules as described on the [Teensy
|
||||||
Some distributions provide a binary, maybe called `teensy-loader-cli`).
|
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:
|
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.
|
- This will result in a hex file called `ergodox_ez_keymapname.hex`, e.g.
|
||||||
`ergodox_ez_default.hex`
|
`ergodox_ez_default.hex`
|
||||||
|
|
||||||
|
@ -87,6 +91,15 @@ To flash the firmware:
|
||||||
|
|
||||||
- Click the button in the Teensy app to download 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
|
## ErgoDox Infinity
|
||||||
|
|
||||||
The Infinity is two completely independent keyboards, and needs to be flashed
|
The Infinity is two completely independent keyboards, and needs to be flashed
|
||||||
|
|
Loading…
Reference in a new issue