https://github.com/dawsbot/ergodaws
Ergodox key layout
https://github.com/dawsbot/ergodaws
Last synced: 10 months ago
JSON representation
Ergodox key layout
- Host: GitHub
- URL: https://github.com/dawsbot/ergodaws
- Owner: dawsbot
- Created: 2016-09-04T08:34:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T00:56:33.000Z (over 9 years ago)
- Last Synced: 2025-06-30T12:44:31.342Z (12 months ago)
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
> The **Daws**on optimized setup for the **ergo**dox mechanical keyboard
## What's ergodox?
A really cool mechanical keyboard. Fully reprogrammable, too. It looks like this:

You can get one [here](https://ergodox-ez.com/)
## Install
Compile within the original qmk_firmware project (in `/keyboards/ergodox/keymaps`).
```sh
git clone git@github.com:jackhumbert/qmk_firmware.git
cd qmk_firmware/keyboards/ergodox/keymaps
git clone git@github.com:dawsonbotsford/ergodaws.git
cd ergodaws
make
# Run Teensy Loader and load ergodaws.hex. Press reset on your ergodox.
```
## Teensy Loader
You'll need [Teensy](https://www.pjrc.com/teensy/loader.html) in order to load the compiled key layout onto the ergodox
## More Help
This is a standard key layout for qmk_firmware, so reading the [main page](https://github.com/jackhumbert/qmk_firmware) will help.
## License
MIT