]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/gh60/revc/keymaps/chaser/README.md
GH60 Refactor: Move Satan into GH60 directory (#6485)
[qmk_firmware.git] / keyboards / gh60 / revc / keymaps / chaser / README.md
1 # [dragonchasers](https://github.com/dragonchaser) GH60 layout
2
3 Layout derived from the default GH60 keymap.
4
5 ![Photo of the keyboard](https://pbs.twimg.com/media/DQzlD0yX0AA8spX.jpg)
6
7 ## Layers
8
9 ### Base Layer
10 ```
11 ,-----------------------------------------------------------.
12 |Esc~| 1|  2|  3|  4|  5|  6|  7|  8|  9|  0|  -|  =|Backsp |
13 |-----------------------------------------------------------|
14 |Tab  |  Q|  W|  E|  R|  T|  Y|  U|  I|  O|  P|  [|  ]|  \  |
15 |-----------------------------------------------------------|
16 |FN     |  A|  S|  D|  F|  G|  H|  J|  K|  L|  ;|  '|Return |
17 |-----------------------------------------------------------|
18 |Shift   |  Z|  X|  C|  V|  B|  N|  M|  ,|  .|  /|  Up  |FN |
19 |-----------------------------------------------------------|
20 |Ctrl|Gui |Alt |      Space           |Alt |Left |Down|Right|
21 `-----------------------------------------------------------'
22
23 Note: right FN triggers function layer,
24       left FN(CAPS) is a one-shot button for the macro layer
25 ```
26
27 ### Function Layer
28 ```
29 ,-----------------------------------------------------------.
30 |GRV|F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12|   DEL |
31 |-----------------------------------------------------------|
32 |  MB3|MB2|MUP|MB1|MWU|   |   |   |INS|   |RST|   |   |Print|
33 |-----------------------------------------------------------|
34 |      | ML|MDN|MR |MWD|   |   |       |   |   |   |        |
35 |-----------------------------------------------------------|
36 |CAPS    |   |   |   |   |   |   |   |   |   |   |PGUP|     |
37 |-----------------------------------------------------------|
38 |    |    |    |                        |Ctrl|HOME|PGD |END |
39 `-----------------------------------------------------------'
40 ```
41
42 ### Macro Layer
43 ```
44 ,-----------------------------------------------------------.
45 |DEF|   |DUE|   |   |   |   |   |   |   |   |   |GAM|    ARR|
46 |-----------------------------------------------------------|
47 |     |MAG|CLO|DUT|RBS|TIG|   |   |   |COU|PSH|   |   |     |
48 |-----------------------------------------------------------|
49 |      |ADD|STS|DFF|FTC|PLL|   |       |LOG|   |   |        |
50 |-----------------------------------------------------------|
51 |         |   |   |COM|   |BRN|   |   |   |   |MUT|VOL+|PLPA|
52 |-----------------------------------------------------------|
53 |    |    |    |                        |APP |PREV|VOL-|NEXT|
54 `-----------------------------------------------------------'
55
56 Abbreviations:
57 --------------
58 DEF  - return to default layer
59 DUE  - enable git duet mode
60 GAM  - backlight WASD
61 ARR  - backlight arrows
62 -
63 MAG  - git submodule sync --recursive \
64        && git submodule update --init --recursive \
65        && git submodule foreach --recursive "git co . \
66        && git reset --hard && git clean -dffx"
67 CLO  - git clone
68 DUT  - git duet (when in duet mode)
69 RBS  - git rebase
70 TIG  - tig
71 COU  - git checkout
72 PSH  - git push
73 -
74 ADD  - git add
75 STS  - git status
76 DFF  - git diff
77 FTC  - git fetch
78 PLL  - git pull
79 LOG  - git log
80 -
81 COM  - git commit (or git duet commit if in duet mode)
82 BRN  - git branch
83 MUT  - audio mute
84 VOL+ - increase volume
85 PLPA - play/pause
86 -
87 APP  - application (windows menu key)
88 PREV - previous song
89 VOL- - decrease volume
90 NEXT - next song
91
92 Note: git commands are SEND_STRING macros sent to the
93       currently focused window Make sure it is your terminal :)
94  ```
95
96 **NOTE:** an outdated version of this keymap is also present for the Satan keyboard, which is no longer maintained since I could not get my hands on a properly working PCB.