]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/kc60/keymaps/noroadsleft/readme_ch1.md
bee0709f488081a54838ed93114bcb5d9df95d8e
[qmk_firmware.git] / keyboards / kc60 / keymaps / noroadsleft / readme_ch1.md
1 # @noroadsleft's KC60 keymap
2
3 - [Table of Contents](./readme.md)
4   1. **Base Layers**
5   2. [**OS Overlays**](./readme_ch2.md)
6   3. [Quake 2 Overlays](./readme_ch3.md)
7   4. [Function Layers](./readme_ch4.md)
8   5. [Other Layers](./readme_ch5.md)
9
10 ### Last updated: September 2, 2018, 1:03 PM UTC-0700
11
12
13 ----
14
15 ## Layer 0: QWERTY - `_QW`
16
17 Standard QWERTY layout, with three QMK features:
18
19 - The `Menu` key has been replaced by `MO(_FW)`, which moves to my Windows Fn layer when held.
20 - The `Caps Lock` key has been replaced with a dual function `LT()` key, which opens the Windows Fn layer when held, and is `Caps Lock` when tapped
21 - The `Escape` key has been replaced with a `KC_GESC` `` ` ~ `` key when used with a `Fn` key or a `Shift` key
22
23 ###### For the rest of this readme, the physical location of keys will be referred to by their function in a US QWERTY layout.
24
25 ![QWERTY layer](https://i.imgur.com/2eVsefw.png)
26
27 Keycode(s) Sent                                       | Notes
28 :---------------------------------------------------- | :----
29 [`KC_GESC`](https://docs.qmk.fm/#/feature_grave_esc)  | `Esc` when tapped alone, `` ` ~ `` when used with a `Shift` or `GUI` key.
30 `LT(_FW, KC_CAPS)`                                    | Opens the Windows Fn layer when held; toggles Caps Lock when tapped.
31 `MO(_FW)`                                             | Opens the Windows Fn layer when held.
32
33
34 ----
35
36 ## Layer 1: Hardware Dvorak - `_DV`
37
38 ### Accessed by holding either `Fn` and tapping `/?` key, then tapping `2@`.
39
40 A hardware-based Dvorak Simplified layout. At my weekend job, I use a shared computer that runs MacOS Sierra, in US QWERTY layout. In this layer, I can leave the system in QWERTY, plug my keyboard in, and still type in Dvorak.
41
42 ![Hardware Dvorak layer](https://i.imgur.com/a6hYedB.png)
43
44 Keycode(s) Sent                                       | Notes
45 :---------------------------------------------------- | :----
46 [`KC_GESC`](https://docs.qmk.fm/#/feature_grave_esc)  | `Esc` when tapped alone, `` ` ~ `` when used with a `Shift` or `GUI` key.
47 `LT(_FW, KC_CAPS)`                                    | Opens the Windows Fn layer when held; toggles Caps Lock when tapped.
48 `MO(_FW)`                                             | Opens the Windows Fn layer when held.
49
50
51 ----
52
53 ## Layer 2: Hardware Colemak `_CM`
54
55 ### Accessed by holding either `Fn` and tapping `/?` key, then tapping `3#`.
56
57 A hardware-based Colemak layout. Been thinking of trying it, so it's here.
58
59 ![Hardware Colemak layer](https://i.imgur.com/dbQ6HDW.png)
60
61 Keycode(s) Sent                                       | Notes
62 :---------------------------------------------------- | :----
63 [`KC_GESC`](https://docs.qmk.fm/#/feature_grave_esc)  | `Esc` when tapped alone, `` ` ~ `` when used with a `Shift` or `GUI` key.
64 `LT(_FW, KC_CAPS)`                                    | Opens the Windows Fn layer when held; toggles Caps Lock when tapped.
65 `MO(_FW)`                                             | Opens the Windows Fn layer when held.
66
67
68 ----
69
70 Next Chapter: [OS Overlays](./readme_ch2.md)