]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/nyquist/keymaps/333fred/README.md
333fred layout update (#1971)
[qmk_firmware.git] / keyboards / nyquist / keymaps / 333fred / README.md
1 # 333fred's Nyquist Layout
2
3 This nyquist layout is based on my Ergodox Infinity Layout, which is [here](../../../ergodox/keymaps/333fred/README.md). It doesn't have all of my VS extensions, as I have my nyquist at home, not at work.
4
5 ## Layers
6
7 ### QWERTY
8 The shift modifiers on this layer all use OSM to allow for quick single capitalization. LwrVIM acts a combo one-shot toggle and momentary layer toggle. Tap once to make the next key be sent on the Lower. Hold to move to the Lower layer until release. Tap and hold (so press, release, press and hold) to move to the VIM layer until release. Game is a regular toggle layer.
9
10 ```
11 Qwerty
12 ,-----------------------------------------------------------------------------------.
13 |   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  |  -   |
14 |------+------+------+------+------+------+------+------+------+------+------+------|
15 | Tab  |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  |  \   |
16 |------+------+------+------+------+-------------+------+------+------+------+------|
17 | Esc  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
18 |------+------+------+------+------+------|------+------+------+------+------+------|
19 | Shift|   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |/ Ctrl| Shift|
20 |------+------+------+------+------+------+------+------+------+------+------+------|
21 | Ctrl |  Alt |  F4  | GUI  |LwrVIM| Bksp | Spc  | Ent  | Lock |   =  | RAlt | Del  |
22 `-----------------------------------------------------------------------------------'
23 ```
24
25 ### Lower
26 My symbol and numpad layer. APscr is a macro that sends ALT+PRSC, to take a screenshot of the current application.
27
28 ```
29 Lower
30 ,-----------------------------------------------------------------------------------.
31 | Caps |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |  F7  |  F8  |  F9  |  F10 |  F11 |
32 |------+------+------+------+------+-------------+------+------+------+------+------|
33 |      |   !  |   @  |   (  |   )  |   |  |   7  |   8  |   9  |   *  |   )  |  F12 |
34 |------+------+------+------+------+-------------+------+------+------+------+------|
35 |      |   #  |   $  |   {  |   }  |   `  |   4  |   5  |   6  |   +  |   }  |  |   |
36 |------+------+------+------+------+------|------+------+------+------+------+------|
37 | APscr|   %  |   ^  |   [  |   ]  |   ~  |   1  |   2  |   3  |   \  | Vol- | Vol+ |
38 |------+------+------+------+------+------+------+------+------+------+------+------|
39 | Pscr |      |      |      |      | GAME |   0  |   .  |   =  | Prev | Next | Play |
40 `-----------------------------------------------------------------------------------'
41 ```
42
43 ### VIM Movement
44 Pressing and holding F moves to this layer, which turns hjkl into vim movement keys. a and d are macros which send WIN+Left and WIN+Right, respectively. Shift and CTRL have been remapped for ease of selecting text.
45 ```
46 Vim Movement (Hold down F)
47 ,-----------------------------------------------------------------------------------.
48 |      |      |      |      |      |      |      |      |      |      |      |      |
49 |------+------+------+------+------+------+------+------+------+------+------+------|
50 |      |      |      |      |      |      |      |      |      |      |      |      |
51 |------+------+------+------+------+------+------+------+------+------+------+------|
52 |      | DLeft|DRight| LCTRL|      |      | Left | Down |  Up  | Right|      |      |
53 |------+------+------+------+------+------+------+------+------+------+------+------|
54 |      |      |      |      |      |      |      |      |      |      |      |      |
55 |------+------+------+------+------+------+------+------+------+------+------+------|
56 |      |      |      |      | LShft|      |      |      |      |      |      |      |
57 `-----------------------------------------------------------------------------------'
58  ```
59
60 ### Gaming
61 This layer is designed for playing games. All one-shot modification has been turned off, and the common game controls keys have been moved around for easier access.
62 ```
63 Gaming mode (Raise)
64 ,-----------------------------------------------------------------------------------.
65 | ESC  |      |      |      |      |      |      |      |      |      |      |      |
66 |------+------+------+------+------+------+------+------+------+------+------+------|
67 |      |      |      |      |      |      |      |      |      |      |      |      |
68 |------+------+------+------+------+------+------+------+------+------+------+------|
69 | CTRL |      |      |      |   F  |      |      |      |      |      |      |      |
70 |------+------+------+------+------+------+------+------+------+------+------+------|
71 | Shift|   Z  |      |      |      |      |      |      |      |      |      |  GUI |
72 |------+------+------+------+------+------+------+------+------+------+------+------|
73 | Enter|      | Lock | Bksp | Alt  |  Spc | Lower| Left |  Up  | Down | Right|QWERTY|
74 `-----------------------------------------------------------------------------------'
75 ```