diff options
| author | Mathias Andersson <wraul@dbox.se> | 2017-06-11 14:23:27 +0200 | 
|---|---|---|
| committer | Mathias Andersson <wraul@dbox.se> | 2017-06-17 20:06:28 +0200 | 
| commit | ba945c5e775090f4ca466ba009b3a7b66294da45 (patch) | |
| tree | 67170c0b41bf9c8a1921dbe591ed3f58de991fe2 | |
| parent | be002137f9e1a7aa5718d9f1b9cccf093e2a5d04 (diff) | |
| download | firmware-ba945c5e775090f4ca466ba009b3a7b66294da45.tar.gz firmware-ba945c5e775090f4ca466ba009b3a7b66294da45.tar.bz2 firmware-ba945c5e775090f4ca466ba009b3a7b66294da45.zip | |
Correct layer switching in KMAC keymap readmes
| -rw-r--r-- | keyboards/kmac/keymaps/default/readme.md | 2 | ||||
| -rw-r--r-- | keyboards/kmac/keymaps/winkeyless/readme.md | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/keyboards/kmac/keymaps/default/readme.md b/keyboards/kmac/keymaps/default/readme.md index d384e0d6a..aaa6f9bf2 100644 --- a/keyboards/kmac/keymaps/default/readme.md +++ b/keyboards/kmac/keymaps/default/readme.md @@ -6,7 +6,7 @@ See [keymap.c](keymap.c) for details.  ## Layers -The keymap have two layers. To access the functions on the second layer, hold down caps lock and press the corresponding key. +The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.  ### Layer 1: Default Layer       ,---.   ,---------------. ,---------------. ,---------------. ,-----------. diff --git a/keyboards/kmac/keymaps/winkeyless/readme.md b/keyboards/kmac/keymaps/winkeyless/readme.md index b921f7b0f..9c579e9f5 100644 --- a/keyboards/kmac/keymaps/winkeyless/readme.md +++ b/keyboards/kmac/keymaps/winkeyless/readme.md @@ -7,7 +7,7 @@ See [keymap.c](keymap.c) for details.  ## Layers -The keymap have two layers. To access the functions on the second layer, hold down caps lock and press the corresponding key. +The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.  ### Layer 1: Default Layer       ,---.   ,---------------. ,---------------. ,---------------. ,-----------. | 
