forked from forks/qmk_firmware
b2bbbc2dfc
* 🎉 Building simple flasher * 🎉 Flashing works * 🎨 Cleaning up * 🐛 Being more specific with board identity * 🐛 Flashing correct keymap * 🎉 Adding keymap * ✨ Updating keymap * 🚨 RGB * ⏪ Revert "🚨 RGB" This reverts commit9ceabfb267
. * ✨ Improvements to flasher * ✨ Layout tweaks * 💄 Messing around with LCD * 💄 Enabling LCD backlight matching * 🔧 Updating layout * 🐛 Fixing console logging * 🎨 Cleaning up indentation * 🔧 Adding editorconfig * ✨ Adding game layer * 💄 Changing numpad layout * ✨🔥 redoing entire layout It's now more similar to the Planck default layout * ✨ add workman and dvorak layouts * 🐛 fix numpad * 🐛 fix layer orders * 🐛 fix layer toggling * 🐛 fix tri-layer switching * 🐛 fix LCD colors for adjustment layers * 🔥 remove old flasher project * 🔥 remove simple_visualizer * 💄 update LCD colors * 📝 fix layout comments * 💄 swapping 2u buttons * 🔥🔧 removing editorconfig * 🚨 using 2 spaces * 📝 add README * ⏪ Revert "💄 Enabling LCD backlight matching" This reverts commit51577903df
. * ⏪ Revert "💄 Messing around with LCD" This reverts commitfdd9acdae5
.
26 lines
648 B
Markdown
26 lines
648 B
Markdown
# DudeOfAwesome's ErgoDox Infinity Layout
|
|
|
|
A basic ErgoDox layout with Planck-like tri-layer support.
|
|
|
|
![ErgoDox Layout](https://i.imgur.com/9zfKPV7.png)
|
|
|
|
## Features
|
|
|
|
- Planck-like tri-layer
|
|
- Workman layout
|
|
- In-progress gaming layer
|
|
- Numpad
|
|
- LCD colors are linked together, like the default KLL firmware
|
|
|
|
## Building and flashing
|
|
|
|
1. Put your board in DFU mode with either the button on the bottom, or with a software key in your current firmware
|
|
1. Flash left half:
|
|
```bash
|
|
$ make ergodox_infinity:dudeofawesome:dfu-util
|
|
```
|
|
1. Flash right half:
|
|
```bash
|
|
$ make ergodox_infinity:dudeofawesome:dfu-util MASTER=right
|
|
```
|