blob: c00cca1c5b82e0826ff947a7fddf87d52d651be7 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
```
/* Base layer - workman
*
* ,----------------------------------. ,----------------------------------.
* | q | d | r | w | b | | j | f | u | p | ; |
* |------+------+------+------+------| |------+------+------+------+------|
* | a | s | h | t | g | | y | n | e | o | i |
* |------+------+------+------+------| |------+------+------+------+------|
* | z | x | m | c | v | | k | l | dead | . | / |
* `----------------------------------' `----------------------------------'
* ,--------------------. ,---------------------.
* | tab | esc | enter| |bckspc| space| tab |
* | shift | ctrl | alt | | gui | fn | shift |
* `-------+------+ | | |------+-------.
* `------' `------'
*/
/* Dead key layer
*
* ,----------------------------------. ,----------------------------------.
* | % | & | ? | + | @ | | $ | _ | [ | ] | ! |
* |------+------+------+------+------| |------+------+------+------+------|
* | # | ( | = | 0 | { | | } | 1 | * | ) | - |
* |------+------+------+------+------| |------+------+------+------+------|
* | 6 | 7 | 8 | 9 | | | | \ | 2 | 3 | 4 | 5 |
* `----------------------------------' `----------------------------------'
* ,--------------------. ,---------------------.
* | tab | esc | comma| |bckspc| comma| tab |
* | shift | ctrl |+enter| | gui |+space| shift |
* `-------+------+ | | |------+-------.
* `------' `------'
*/
/* Function layer
*
* ,----------------------------------. ,---------------------------------.
* | | del |⌃← | ⌃→ | | | mute | vol- | vol+ | ⌘⌃p | |
* |------+------+------+------+------| |------+------+------+------+------|
* | ` | end | pgup | pgdn | home | | ← | ↓ | ↑ | → | ' |
* |------+------+------+------+------| |------+------+------+------+------|
* | ⌥⇥ | |⇧⌃⇥| ⌃⇥ | | | | br- | , | br+ | ^ |
* `----------------------------------' `----------------------------------'
* ,--------------------. ,---------------------.
* | tab | | enter| |bckspc| | tab |
* | shift | | alt | | gui | | shift |
* `-------+------+ | | |------+-------.
* `------' `------'
*/
```
|