@@ -5,48 +5,68 @@ A layout that aims to be familiar to people that have used larger boards
5
5
## The layout
6
6
7
7
The primary layer ( ` _MAIN ` ) is as close to standard qwerty as I could get.
8
- ```
9
- esc | q | w | e | r | t | y | u | i | o | p | bksp
10
- tab | a | s | d | f | g | h | j | k | l | ; | '
11
- shft | z | x | c | v | b | n | m | , | . | / | rtrn
12
- ctrl | win | | alt | SUB | spc | CTR | lft | dwn | up | rght
13
- ```
8
+ | row | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
9
+ | ----- | ------ | ------ | --- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ---- | ------ |
10
+ | 1 | esc | q | w | e | r | t | y | u | i | o | p | bksp |
11
+ | 2 | tab | a | s | d | f | g | h | j | k | l | ; | ' |
12
+ | 3 | shft | z | x | c | v | b | n | m | , | . | / | rtrn |
13
+ | 4 | ctrl | win | | alt | SUB | spc | <- | CTR | lft | dwn | up | rght |
14
14
15
15
The secondary layer ( ` _SUB ` ) is for syntax, F keys, and number keys
16
- ```
17
- grv | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | del
18
- | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | pgup
19
- _ | F7 | F8 | F9 | F10 | F11 | F12 | | home | end | \ | pgdn
20
- _ | _ | | _ | _ | _ | _ | | | |
21
- ```
16
+ | row | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
17
+ | ----- | ----- | ---- | ---- | ---- | ----- | ----- | ----- | ---- | ------ | ----- | ---- | ------ |
18
+ | 1 | grv | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | del |
19
+ | 2 | | F1 | F2 | F3 | F4 | F5 | F6 | - | = | [ | ] | pgup |
20
+ | 3 | _ | F7 | F8 | F9 | F10 | F11 | F12 | | home | end | \ | pgdn |
21
+ | 4 | _ | _ | | _ | _ | _ | <- | _ | | | | |
22
22
23
23
The control layer ( ` _CTR ` ) is for lighting, media, and macros
24
- ```
25
- | SPD- | BRI+ | SPD+ | HUE+ | SAT+ | | | VOL+ | | | MCR_REC
26
- | EFCT- | BRI- | EFCT+ | HUE- | SAT- | | PREV | PLAY | NEXT | | MCR_PLY
27
- | | TOG | | | | | | VOL- | | | MCR_SWT
28
- | | | | | _ | | | | |
29
- ```
30
-
31
- | Key name | Explanation |
32
- | -------- | -------------------------------------- |
33
- | \_ | Passthrough the key on the layer below |
34
- | SUB | Goes to _ SUB layer while held down |
35
- | CTR | Goes to _ CTR layer while held down |
36
- | SPD +/- | Changes speed for the RGB effect |
37
- | BRI +/- | Changes the brightness of the lighting |
38
- | EFCT +/- | Moves to the next/previous effect |
39
- | TOG | Toggles the lighting on or off |
40
- | HUE +/- | Changes the hue for RGB effects |
41
- | SAT +/- | Changes the saturation for RGB effects |
42
- | MSE | Toggles the Mouse layer |
43
- | VOL +/- | Raises or lowers media volume |
44
- | PREV | Goes to previous media |
45
- | PLAY | Play/Pause media |
46
- | NEXT | Goes to next media |
47
- | MCR_REC | Record macro ( Press again to stop ) |
48
- | MCR_PLY | Play recorded macro |
49
- | MCR_SWT | Switch active macro |
24
+ | row | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
25
+ | -----| ---| -------| ------| -------| ------| ---------| -----| ------| ------| ------| ----| ---------|
26
+ | 1 | | SPD- | BRI+ | SPD+ | HUE+ | SAT+ | | | VOL+ | | | MCR_REC |
27
+ | 2 | | EFCT- | BRI- | EFCT+ | HUE- | SAT- | | PREV | PLAY | NEXT | | MCR_PLY |
28
+ | 3 | | | TOG | | | | | | VOL- | | | MCR_SWT |
29
+ | 4 | | | | | | MSE_TOG | <- | | | | | |
30
+
31
+ The mouse layer ( ` _MSE ` ) is for making the keyboard function as a mouse as well
32
+ | row | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
33
+ | -----| ---| ------| ------| ------| -------| ---------| -----| -------| -------| -------| -------| ----|
34
+ | 1 | | | | | | | | | | | | |
35
+ | 2 | | MS_L | MS_D | MS_U | MS_R | | | L_CLC | SCR_D | SCR_U | R_CLC | |
36
+ | 3 | | | | | | | | | | | | |
37
+ | 4 | | | | | ACL_D | MSE_TOG | <- | ACL_U | | | | |
38
+
39
+ | Key name | Explanation |
40
+ | ----------| ----------------------------------------------|
41
+ | \_ | Passthrough the key on the layer below |
42
+ | <- | Same key as imediate left. Used for spacebar |
43
+ | SUB | Goes to _ SUB layer while held down |
44
+ | CTR | Goes to _ CTR layer while held down |
45
+ | MSE_TOG | Toggles the mouse layer on or off |
46
+ | SPD +/- | Changes speed for the RGB effect |
47
+ | BRI +/- | Changes the brightness of the lighting |
48
+ | EFCT +/- | Moves to the next/previous effect |
49
+ | TOG | Toggles the lighting on or off |
50
+ | HUE +/- | Changes the hue for RGB effects |
51
+ | SAT +/- | Changes the saturation for RGB effects |
52
+ | MSE | Toggles the Mouse layer |
53
+ | VOL +/- | Raises or lowers media volume |
54
+ | PREV | Goes to previous media |
55
+ | PLAY | Play/Pause media |
56
+ | NEXT | Goes to next media |
57
+ | MCR_REC | Record macro ( Press again to stop ) |
58
+ | MCR_PLY | Play recorded macro |
59
+ | MCR_SWT | Switch active macro |
60
+ | MS_L | Move mouse cursor left |
61
+ | MS_U | Move mouse cursor up |
62
+ | MS_D | Move mouse cursor down |
63
+ | MD_R | Move mouse cursor right |
64
+ | L_CLC | Mouse left click |
65
+ | R_CLC | Mouse right click |
66
+ | SCR_U | Mouse scroll up |
67
+ | SCR_D | Mouse scroll down |
68
+ | ACL_U | Raise mouse/scroll speed |
69
+ | ACL_D | Lower mouse/scroll speed |
50
70
51
71
## Compiling
52
72
0 commit comments