]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/dz60/keymaps/macos_arrow/readme.md
Add dz60_macos_arrow keymap (#3296)
[qmk_firmware.git] / keyboards / dz60 / keymaps / macos_arrow / readme.md
1 # Macos keymap with arrow
2
3 This is a keymap for DZ60 configured with arrows using the layout below:
4
5 [![](https://poitr.us/mARFK9+)](http://www.keyboard-layout-editor.com/#/gists/07d924064c77c0ff43de6b8a9519f931)
6
7 My build used the following components:
8 * DZ60 PCB
9 * [Stainless steel alu plate option A with 2U left shift](https://www.aliexpress.com/item/Alu-plate-dz60-plate-for-DIY-mechanical-keyboard/32827595666.html) (optional)
10 * [YMDK customized 61 64 68 ANSI keyset](https://www.amazon.com/Customized-Keyset-Profile-Mechanical-Keyboard/dp/B0777LMKKK)
11 * 60 Cherry MX Clear for the main keys + 10 Cherry MX Grey for the large keys
12 * [The wood case for DZ60](https://www.aliexpress.com/item/GH60-Keyboard-Wood-Case-PCB-Board-Position-Plate-Satellite-Axis-And-Walnut-Wood-Wrist-Rest-For/32836566852.html) (optional)
13
14 ## Base Layer
15
16 ```
17 ,-----------------------------------------------------------------------------------------.
18 | Esc | 1   | 2   | 3   | 4   | 5   | 6   | 7   | 8   | 9   | 0   | -   | =   | Backspace |
19 |-----------------------------------------------------------------------------------------+
20 | Tab    | Q   | W   | E   | R   | T   | Y   | U   | I   | O   | P   | [   | ]   |   \    |
21 |-----------------------------------------------------------------------------------------+
22 | _FL      | A   | S   | D   | F   | G   | H   | J   | K   | L   | ;   | '   | Enter      |
23 |-----------------------------------------------------------------------------------------+
24 | Shift     | Z   | X   | C   | V   | B   | N   | M   | ,   | .   | /   | _ML | Up  |Shift|
25 |-----------------------------------------------------------------------------------------+
26 | Ctrl | Alt  | Cmd  |                Space               |Cmd/_ML| Alt | Left| Down|Right|
27 `-----------------------------------------------------------------------------------------'
28 ```
29
30 * The escape key use `KC_GESC` to get grave accent on any letter with ``Alt+Esc`` and `` ` `` alone with the ``Hyper+Esc``. The `~` is obtained with `Shift+Esc`. `GRAVE_ESC_GUI_OVERRIDE` is define so `Cmd+Alt+Esc` can still work.
31 * The `Caps-Lock` (`Hyper`) key switch to the function layer (`_FL`).
32 * The right `Cmd` key is used to switch to the media layer (`_ML`) when used with keys mapped on that layer (the top row). Any other keys just act as a `Cmd+` that key.
33
34 ## Function Layer (_FL)
35
36 ```
37 ,-----------------------------------------------------------------------------------------.
38 |  `  | F1  | F2  | F3  | F4  | F5  | F6  | F7  | F8  | F9  | F10 | F11 | F12 |    Del    |
39 |-----------------------------------------------------------------------------------------+
40 |        |     |     |     |     |     |     |     | UP  |     |     |     |     |  Reset |
41 |-----------------------------------------------------------------------------------------+
42 |          |     |     |     |     |     |     | Left| Down|Right|     |     |            |
43 |-----------------------------------------------------------------------------------------+
44 |           |     |     |     |     |     |     |     |     |     |     |     |     |     |
45 |-----------------------------------------------------------------------------------------+
46 |      |      |      |                                      |     |     |     |     |     |
47 `-----------------------------------------------------------------------------------------'
48 ```
49
50 The function layer is activated by the `Caps-Lock` (`Hyper`) key to access `F` keys. In addition, the `IJKL` are mapped as cursor keys on that layer.
51
52 ## Media Layer (_ML)
53
54 ```
55 ,-----------------------------------------------------------------------------------------.
56 |     | BR- | BR+ | F3  | F4  |     |     |PREV |PLAY |NEXT |MUTE | V- | V+ |    Eject    |
57 |-----------------------------------------------------------------------------------------+
58 |        |     |     |     |     |     |     |     |     |     |     |     |     |        |
59 |-----------------------------------------------------------------------------------------+
60 |          |     |     |     |     |     |     |     |     |     |     |     |            |
61 |-----------------------------------------------------------------------------------------+
62 |           |     |     |     |     |     |     |     |     |     |     |     |     |     |
63 |-----------------------------------------------------------------------------------------+
64 |      |      |      |                                      |     |     |     |     |     |
65 `-----------------------------------------------------------------------------------------'
66 ```
67
68 The media layer is activated by the right `Cmd` (`FN`) key. It contains the typical macos media keys on the top row. Blank keys act as `Cmd+` that key on the base layer.
69
70