]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/henxing/Readme.md
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / lets_split / keymaps / henxing / Readme.md
1 # Let's Split the Atreus
2
3 This keymap is a port of the Atreus keymap to the Let's Split keyboard, using a
4 similar method of handling layer switches as the `default` keymap.
5
6
7 # Layers
8
9 The following tables are the layers as implemented.
10
11 ### Underscores in Layer
12
13 Any underscore represents a key that is mapped to `KC_NO`, or no keypress. The
14 2x3 block in the middle is like this because the Atreus does not have any keys
15 there. It has been left blank for the user to add her own special keypresses or
16 macros that she finds useful to have on that particular layer.
17
18
19 ## `_QWERTY`
20
21 ```c
22 /*
23  *  q   w   e    r    t    _    _    y   u   i  o   p
24  *  a   s   d    f    g    _    _    h   j   k  l   ;
25  *  z   x   c    v    b    _    _    n   m   ,  .   /
26  * esc tab gui shift bksp ctrl alt space fn  -  ' enter
27  */
28  ```
29
30
31 ## `_LOWER`
32
33 ```c
34 /*
35  *  !       @     up     {    }    _     _  pgup    7     8     9    *
36  *  #     left   down  right  $    _     _  pgdn    4     5     6    +
37  *  [       ]      (     )    &    _     _    `     1     2     3    \
38  * lower  insert  gui  shift bksp ctrl  alt space   fn    .     0    =
39  */
40  ```
41
42 ## `_RAISE`
43
44 ```c
45 /*
46  * insert home   up   end  pgup   _     _   up     F7    F8    F9   F10
47  *  del   left  down right pgdn   _     _  down    F4    F5    F6   F11
48  *   _   volup    _    _   reset  _     _          F1    F2    F3   F12
49  *   _   voldn super shift bksp  ctrl  alt space   L0  prtsc scroll pause
50  */
51  ```