layout(infinity ergodox): dudeofawesome's layout (#1932)

* 🎉 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 commit 9ceabfb267f8daedaad929231229c703abc12ec4.

*  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 commit 51577903dfdc9fea5d33e9ab8cfa9b854e7ae19e.

*  Revert "💄 Messing around with LCD"

This reverts commit fdd9acdae514a3e0e4a7153225053680744980e5.
This commit is contained in:
Louis Orleans
2017-10-31 08:14:43 -07:00
committed by Jack Humbert
parent 6169cd52ba
commit b2bbbc2dfc
3 changed files with 938 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# 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
```

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff