summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity/keymaps/dudeofawesome/README.md
blob: 98eb7abb258995439c7a8eec80359d9bf8e7b8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
    ```