diff options
Diffstat (limited to 'keyboards/kmac/keymaps/default/readme.md')
-rw-r--r-- | keyboards/kmac/keymaps/default/readme.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/kmac/keymaps/default/readme.md b/keyboards/kmac/keymaps/default/readme.md index aaa6f9bf2..a60840375 100644 --- a/keyboards/kmac/keymaps/default/readme.md +++ b/keyboards/kmac/keymaps/default/readme.md | |||
@@ -2,8 +2,6 @@ | |||
2 | 2 | ||
3 | This is the default keymap for the winkey version of the PCB. It implements the same features as the official default KMAC firmware. | 3 | This is the default keymap for the winkey version of the PCB. It implements the same features as the official default KMAC firmware. |
4 | 4 | ||
5 | See [keymap.c](keymap.c) for details. | ||
6 | |||
7 | ## Layers | 5 | ## Layers |
8 | 6 | ||
9 | The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key. | 7 | The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key. |
@@ -50,7 +48,3 @@ These are mostly useless and serve more like examples I guess. | |||
50 | | 2 | Types `Custom` | | 48 | | 2 | Types `Custom` | |
51 | | 3 | Types `Keyboard` | | 49 | | 3 | Types `Keyboard` | |
52 | | 4 | Inputs `<Ctrl+c>` `<Right>` `<Ctrl+v>` | | 50 | | 4 | Inputs `<Ctrl+c>` `<Right>` `<Ctrl+v>` | |
53 | |||
54 | ## Building | ||
55 | |||
56 | To build the firmware with the default keymap, run `make default`. | ||