blob: 02cb1ce19a4b48e5f47b1f5327ded671cdd2cb0f (
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
26
|
# Simple workman layout
## Features
- Workman layout
- semicolon and colon are flipped. Colon on tap, semicolon on double tap.
## Using the layout
1. Use https://config.qmk.fm/#/splitkb/kyria/rev2/LAYOUT to edit `workman-artflag.json`.
1. Convert to `keymap.c`:
```bash
cd keyboards/splitkb/kyria/keymaps/ArtFlag
qmk json2c workman-artflag.json > keymap.c
cd ../../../../..
```
1. Git diff to bring back the code for tap dancing.
1. Compile and flash:
```bash
qmk compile && qmk flash
```
|