summaryrefslogtreecommitdiffstats
path: root/keyboards/kbdfans/kbd75/keymaps/aaronireland/readme.md
blob: aac4d17968708ef8a92f23f3998a14a72afcdd7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Aaron's KBD75v2 Mac-friendly ANSI 1u Layout

This layout mimics the default KBD 75% ANSI 1u layout with a few mac-friendly tweaks. Because Mac OS uses a unique keycode
for the Function key and only recognizes that keycode from keyboards registered with an Apple vendor ID ([see here for more info](https://beta.docs.qmk.fm/faqs/faq_keymap#fn-key-on-macos)),
this layout uses custom macros and F-keycodes (F12, F13, etc) to provide Mac hotbar functionality (Print Screen, Launchpad, etc...) and maps the
**Fn** key to the QMK momentary layer `_FN` (layer index 3) so it is listed as `MO(3)`.

| Mac OS Keystroke | Description              | User-defined Macro | Layout Mapping   |
| ---------------- | ------------------------ | ------------------ | ---------------- |
| ⌘ + Shift + 3    | Print Screen             | `KC_CAPW`          | `Prt Scn`        |
| ⌘ + Shift + 4    | Print Screen (selection) | `KC_CAPP`          | `fn` + `Prt Scn` |
| F13              | Launchpad                |                    | `fn` + `Home`    |
|                  | Colemak                  | `COLEMAK`          | `fn` + `C`       |
|                  | Dvorak                   | `DVORAK`           | `fn` + `D`       |
|                  | Qwerty                   | `QWERTY`           | `fn` + `Q`       |
| `Ctrl` + `C`     | Quit/Break               | `KC_CTLC`          | `Pse Brk`        |
| `Ctrl` + `B`     | vim page up              | `KC_SPU`           | `fn` + `Pg Up`   |
| `Ctrl` + `D`     | vim page down            | `KC_SPD`           | `fn` + `Pg Dn`   |

<br>
<hr>

### QWERTY - Layer 0

![Layer 0: QWERTY](https://i.imgur.com/haydhHS.png)

### FUNCTION - Layer 3

![Layer 3: FUNCTION](https://i.imgur.com/XHUvgLd.png)

<br><br><hr>

### COLEMAK - Layer 1

![Layer 1: COLEMAK](https://i.imgur.com/sBfHH8K.png)

### DVORAK - Layer 2

![Layer 2: DVORAK](https://i.imgur.com/AaypaN4.png)