aboutsummaryrefslogtreecommitdiff
path: root/docs/keymap.md
diff options
context:
space:
mode:
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:
33* **`default_layer_state`** indicates a base keymap layer (0-31) which is always valid and to be referred (the default layer). 33* **`default_layer_state`** indicates a base keymap layer (0-31) which is always valid and to be referred (the default layer).
34* **`layer_state`** has current on/off status of each layer in its bits. 34* **`layer_state`** has current on/off status of each layer in its bits.
35 35
36Keymap 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. 36Keymap 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.
37 37
38 Initial state of Keymap Change base layout 38 Initial state of Keymap Change base layout
39 ----------------------- ------------------ 39 ----------------------- ------------------