summaryrefslogtreecommitdiff
path: root/keyboards/handwired/3dfoxc/keymaps/dlg/readme.md
blob: 487086e5725a56298923c9afcb2c096d96c4d624 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# dlg's layout

Inspired heavily by [my tada68 layout](https://github.com/qmk/qmk_firmware/tree/master/keyboards/tada68/keymaps/dlg).

Notable deviation from the default keymap includes correctly placing `KC_BSLS` and moving `KC_BSPC` up to the top row where it belongs. The additional key on the top-row is a NOOP while I think of something fun.  I also swapped `Esc` and `~` as in my tada68 layout.


### Base Layer

```
,---------------------------------------------------------------.
|~` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |Bks|???|Esc|
|---------------------------------------------------------------|
|Tab  | Q | W | E | R | T | Y | U | I | O | P | [ | ] |  \  |Del|
|---------------------------------------------------------------|
|Ctrl  | A | S | D | F | G | H | J | K | L | ; | ' | Enter  |PUp|
|---------------------------------------------------------------|
|Shift   | Z | X | C | V | B | N | M | , | . | / |Shift |Up |PDn|
|---------------------------------------------------------------|
|Ctrl|Win |Alt |        Space            |Alt |Fn  ||Lt |Dn |Rt |
`--------------------------------------------------''-----------'
```


### Fn Layer

```
,---------------------------------------------------------------.
|   |F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12|Del|RST|   |
|---------------------------------------------------------------|
|     |   |   |   |   |   |   |   |mac|   |PSc|Br-|Br+|     |Ins|
|---------------------------------------------------------------|
|      |   |   |   |   |   |Lt |Dn |Up |Rt |   |   |        |Hme|
|---------------------------------------------------------------|
|        |   |   |   |   |   |   |MUT|V- |V+ |   |      |PUp|End|
|---------------------------------------------------------------|
|    |    |    |                         |    |    ||Hme|PDn|End|
`--------------------------------------------------''-----------'
```

### Mac Layer

```
,---------------------------------------------------------------.
|   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
|---------------------------------------------------------------|
|     |   |   |   |   |   |   |   |   |   |   |   |   |     |   |
|---------------------------------------------------------------|
|      |   |   |   |   |   |   |   |   |   |   |   |        |   |
|---------------------------------------------------------------|
|        |   |   |   |   |   |   |   |   |   |   |      |   |   |
|---------------------------------------------------------------|
|Ctrl|Alt |Win |                         |Win |    ||   |   |   |
`--------------------------------------------------''-----------'
```

### `LALT` Layer

Left Alt Layer - LALT-4 maps to LALT-F4 so I can quit apps

```
,---------------------------------------------------------------.
|   |   |   |   |F4 |   |   |   |   |   |   |   |   |   |   |   |
|---------------------------------------------------------------|
|     |   |   |   |   |   |   |   |   |   |   |   |   |     |   |
|---------------------------------------------------------------|
|      |   |   |   |   |   |   |   |   |   |   |   |        |   |
|---------------------------------------------------------------|
|        |   |   |   |   |   |   |   |   |   |   |      |   |   |
|---------------------------------------------------------------|
|    |    |    |                         |    |    ||   |   |   |
`--------------------------------------------------''-----------'
```