You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md

26 lines
648 B

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.
7 years ago
# 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
```