summaryrefslogtreecommitdiffstats
path: root/docs/keymap.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2018-02-19 20:09:05 +0100
committerJack Humbert <jack.humb@gmail.com>2018-02-19 20:09:05 +0100
commit8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73 (patch)
tree71e4bfc87a52bc64fc32067d68254c1a1772e8dc /docs/keymap.md
parent0e92d99cdc2da358f14e6faf421b71edd0ef7f6c (diff)
downloadqmk_firmware-8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73.tar.gz
qmk_firmware-8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73.tar.xz
Minor updates to docs (#2406)
* [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora.
Diffstat (limited to 'docs/keymap.md')
-rw-r--r--docs/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keymap.md b/docs/keymap.md
index 8401ee148..090a92661 100644
--- a/docs/keymap.md
+++ b/docs/keymap.md
@@ -33,7 +33,7 @@ The state of the Keymap layer is determined by two 32 bit parameters:
* **`default_layer_state`** indicates a base keymap layer (0-31) which is always valid and to be referred (the default layer).
* **`layer_state`** has current on/off status of each layer in its bits.
-Keymap layer '0' is usually `default_layer`, wither other layers initially off after booting up the firmware, although this can configured differently in `config.h`. It is useful to change `default_layer` when you completely switch a key layout, for example, if you want to switch to Colemak instead of Qwerty.
+Keymap layer '0' is usually the `default_layer`, with other layers initially off after booting up the firmware, although this can configured differently in `config.h`. It is useful to change `default_layer` when you completely switch a key layout, for example, if you want to switch to Colemak instead of Qwerty.
Initial state of Keymap Change base layout
----------------------- ------------------