https://github.com/vdemeester/ergodox
🐢 Some stuff around the ergodox(es)-ez I have
https://github.com/vdemeester/ergodox
ergodox ergodox-ez qmk-firmware
Last synced: 3 months ago
JSON representation
🐢 Some stuff around the ergodox(es)-ez I have
- Host: GitHub
- URL: https://github.com/vdemeester/ergodox
- Owner: vdemeester
- Created: 2016-04-03T12:30:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T08:34:04.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T19:42:21.329Z (5 months ago)
- Topics: ergodox, ergodox-ez, qmk-firmware
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vdemeester's ergodox layout
This is an unconventional layour for the [ErgoDox EZ][ez], based on
the bepo one from [jackhumbert/qmk_firmware][qmk_firmware].## Building
This layout is maintained in its own repository. To build it, you will
need the [QMK][qmk_firmware] firmware checked out, and this repository
checked out to something like `keyboards/ergodox_ez/keymaps/sbr`.```bash
$ git clone https://github.com/jackhumbert/qmk_firmware.git
$ cd qmk_firmware
$ git clone https://github.com/vdemeester/ergodox.git \
keyboards/ergodox-ez/keymaps/sbr
$ make ergodox-ez:sbr
```Then you can load it into the [Ergodox EZ][ez].
```bash
$ sudo teensy-loader-cli -mmcu=atmega32u4 -w ergodox_ez_sbr.hex -v
```[qmk_firmware]: https://github.com/jackhumbert/qmk_firmware
[ez]: https://ergodox-ez.com/