From 8df2ee4ec3758b45fe762fd8fc1840e04c8f5f73 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 19 Feb 2018 14:09:05 -0500 Subject: Minor updates to docs (#2406) * [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora. --- docs/keymap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/keymap.md') 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 ----------------------- ------------------ -- cgit v1.2.3-24-g4f1b