]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/amj40/keymaps/jetpacktuxedo/readme.md
Added amj40 keymap (#2754)
[qmk_firmware.git] / keyboards / amj40 / keymaps / jetpacktuxedo / readme.md
1 Jetpacktuxedo's AMJ40 layout
2 =====================
3
4 This is based heavily on my minivan layout, with most difference stemming from the different widths between the minivan and the AMJ40. ![Image of my specific layout](https://i.imgur.com/B9XraJY.jpg)
5
6 ## Base Layer (0)
7
8 The base layer is pretty simple, straight qwerty layout where available. Both spacebars go to layer 1 when held. `tab` is `tab` when pressed and `fn2` when held, `enter` is the same. `GESC` is `esc` when used alone, but `~` when shifted. `/` is `/` when tapped but `rshift` when held.
9 ```
10 |GESC| Q  | W  | E  | R  | T  | Y  | U  | I  | O  | P  |BSPC|
11 | TAB | A  | S  | D  | F  | G  | H  | J  | K  | L  | ENTER  |
12 |LSHIFT | Z  | X  | C  | V  | B  | N  | M  | ,  | .  |  /   |
13 |LCTRL|LWIN|LALT |  SPACE   |    SPACE    |RALT |FN 3|RCTRL |
14 ```
15
16 ## Number Layer (1)
17
18 Numbers are set up just like on my minivan layout, but symbols are a bit different because the AMJ40 is one key narrower than the minivan and also lacks dedicated arrows. Decided to go with `hjkl` arrows, which takes some getting used to. `;` is on a layer now because of the narrowness I mentioned before, and it (along with `-`, `=`, and `'`) moves to the right hand to leave room for the `hjkl` arrows. `delete` on `backspace`, `[` and `]` on `<` and `>`, and `\` on `/` are all stolen straight from my minivan layout.
19 ```
20 | `  | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 0  |DEL |
21 |     | -  | =  | ;  | '  |    | ←  | ↓  | ↑  | →  |        |
22 |       |    |    |    |    |    |    |    | [  | ]  |  \   |
23 |     |    |     |          |             |     |    |      |
24 ```
25
26 ## Shifted Layer (2)
27
28 I don't want to be using two key combos constantly, so I also added this symbol layer that is basically shift+numeric layer. Also has nav keys on top of where arrows sit on the previous layer
29 ```
30 | ~  | !  | @  | #  | $  | %  | ^  | &  | *  | (  | )  |DEL |
31 |     | _  | +  | :  | "  |    |HOME|PGDN|PGUP|END |        |
32 |       |    |    |    |    |    |    |    | {  | }  |  |   |
33 |     |    |     |          |             |     |    |      |
34 ```
35
36 ## Fkey Layer (3)
37
38 Honestly, I use this more for jumping to my gaming layer and for reset than I use it for Fkeys. Lol. Hitting the left windows key while in this layer locks the gaming layer listed below
39 ```
40 |    | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 |F10 |RSET|
41 |     |F11 |F12 |    |    |    |    |    |    |    |        |
42 |       |    |    |    |    |    |    |    |    |    |      |
43 |     |FN 4|     |          |             |     |    |      |
44 ```
45
46 ## "Gaming" Layer (4)
47
48 Based on the "gaming" layer on my minivan that I mostly just use for mouse keys. To toggle this back off you hit the right windows key (to go to layer 3) and then the left windows key again.
49 ```
50 |ESC |    |    |    |    |    |MWUP|MLCK|M UP|MRCK|    |    |
51 | TAB |    |    |    |    |    |MWDN|M L |M DN|M R |        |
52 |       |    |    |    |    |    |    |    |    |    |      |
53 |     |    |     |  SPACE   |             |     |    |      |
54 ```
55