summaryrefslogtreecommitdiff
path: root/keyboards/kmac/keymaps/default/readme.md
diff options
context:
space:
mode:
authorMathias Andersson <wraul@dbox.se>2019-06-26 09:32:03 +0200
committerDrashna Jaelre <drashna@live.com>2019-06-26 00:32:03 -0700
commit3483c51f62640c83d35a0b4c4636a5939f2c3898 (patch)
treebf4d0a94104a5e883c7b0f9d9b53aad982627a0c /keyboards/kmac/keymaps/default/readme.md
parent8fd3f42281885346f93fff2f122569c002071c67 (diff)
[Keyboard] Modernize KMAC (#6131)
* [Keyboard] Modernize the KMAC implementation This brings the matrix implementation more in line with the current default matrix code. It also simplifies the implementation quite a bit. * [Keyboard] Add layout support to KMAC
Diffstat (limited to 'keyboards/kmac/keymaps/default/readme.md')
-rw-r--r--keyboards/kmac/keymaps/default/readme.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/kmac/keymaps/default/readme.md b/keyboards/kmac/keymaps/default/readme.md
index aaa6f9bf25..a608403753 100644
--- a/keyboards/kmac/keymaps/default/readme.md
+++ b/keyboards/kmac/keymaps/default/readme.md
@@ -2,8 +2,6 @@
This is the default keymap for the winkey version of the PCB. It implements the same features as the official default KMAC firmware.
-See [keymap.c](keymap.c) for details.
-
## Layers
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.
| 2 | Types `Custom` |
| 3 | Types `Keyboard` |
| 4 | Inputs `<Ctrl+c>` `<Right>` `<Ctrl+v>` |
-
-## Building
-
-To build the firmware with the default keymap, run `make default`.