Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cweagans/ergodox-firmware
My Ergodox firmware (as generated by Input Club's configurator)
https://github.com/cweagans/ergodox-firmware
Last synced: 30 days ago
JSON representation
My Ergodox firmware (as generated by Input Club's configurator)
- Host: GitHub
- URL: https://github.com/cweagans/ergodox-firmware
- Owner: cweagans
- Created: 2017-11-21T17:02:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T17:14:00.000Z (about 7 years ago)
- Last Synced: 2024-10-25T22:29:01.954Z (3 months ago)
- Language: C++
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ergodox Firmware
This is my Ergodox Infinity firmware. I use this as my daily driver on both of my Ergodox Infinity keyboards.
## Changes
* Import MDErgo1-Default.json into the [configurator](https://input.club/configurator-ergodox/)
* Make changes (note: it's important to stay on the LTS release. Otherwise, layer toggling doesn't work right)
* Click the "Download firmware" button
* Replace files in this git repo## Flashing
* `brew install dfu-util`
* Connect right half of the keyboard and put it in flash mode
* `dfu-util -D right_kiibohd.dfu.bin`
* Wait for keyboard to reboot
* Connect left half of keyboard and put it in flash mode
* `dfu-util -D left_kiibohd.dfu.bin`
* Wait for keyboard to reboot