]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/phantom/keymaps/default/readme.md
Adjust Phantom for standard PCB
[qmk_firmware.git] / keyboards / phantom / keymaps / default / readme.md
1 # Keymap for a standard winkey ANSI configuration of the Phantom
2
3 A basic keymap intended for a Phantom using the standard ANSI layout.
4
5 See [keymap.c](keymap.c) for details.
6
7 ## Layers
8
9 The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.
10
11 ### Layer 1: Default Layer
12      ,---.   ,---------------. ,---------------. ,---------------. ,-----------.
13      |Esc|   |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau|
14      `---'   `---------------' `---------------' `---------------' `-----------'
15      ,-----------------------------------------------------------. ,-----------.
16      |~  |  1|  2|  3|  4|  5|  6|  7|  8|  9|  0|  -|  =|Backsp | |Ins|Hom|PgU|
17      |-----------------------------------------------------------| |-----------|
18      |Tab  |  Q|  W|  E|  R|  T|  Y|  U|  I|  O|  P|  [|  ]|    \| |Del|End|PgD|
19      |-----------------------------------------------------------| '-----------'
20      |Caps  |  A|  S|  D|  F|  G|  H|  J|  K|  L|  ;|  '|Return  |
21      |-----------------------------------------------------------|     ,---.
22      |Shift   |  Z|  X|  C|  V|  B|  N|  M|  ,|  .|  /|Shift     |     |Up |
23      |-----------------------------------------------------------| ,-----------.
24      |Ctl|Gui|Alt|             Space             |Alt|Gui|Fn |Ctl| |Lef|Dow|Rig|
25      `-----------------------------------------------------------' `-----------'
26
27 ### Layer 2: Function Layer
28      ,---.   ,---------------. ,---------------. ,---------------. ,-----------.
29      |   |   |   |   |   |   | |   |   |   |   | |Stp|Ply|Prv|Nxt| |Mut|Vo-|Vo+|
30      `---'   `---------------' `---------------' `---------------' `-----------'
31      ,-----------------------------------------------------------. ,-----------.
32      |   |   |   |   |   |   |   |   |   |   |   |   |   |       | |   |   |   |
33      |-----------------------------------------------------------| |-----------|
34      |     |   |   |   |   |   |   |   |   |   |   |   |   |     | |   |   |   |
35      |-----------------------------------------------------------| '-----------'
36      |      |   |   |   |   |   |   |   |   |   |   |   | Media  |
37      |-----------------------------------------------------------|     ,---.
38      |        |   |   |Cal|   |   |   |   |   |   |   |          |     |   |
39      |-----------------------------------------------------------| ,-----------.
40      |   |   |   |                               |   |   |   |   | |   |   |   |
41      `-----------------------------------------------------------' `-----------'
42
43 ## Building
44
45 To build the firmware with the default keymap, run `make default`.