diff options
author | skullY <skullydazed@gmail.com> | 2017-11-02 01:30:51 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-11-02 01:30:51 -0700 |
commit | 4e41beeaa6b5facb3757c966e2bfb661669bfc21 (patch) | |
tree | 5f7a82fc4caa48d54fa591310dcc46f46794b309 /docs | |
parent | 00733f4b8765e0a72d34fe9e6a420901d1f9bb09 (diff) | |
download | qmk_firmware-4e41beeaa6b5facb3757c966e2bfb661669bfc21.tar.gz qmk_firmware-4e41beeaa6b5facb3757c966e2bfb661669bfc21.zip |
Fix a typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keymap.md b/docs/keymap.md index 1dedccc0d..2961e0e8d 100644 --- a/docs/keymap.md +++ b/docs/keymap.md | |||
@@ -35,7 +35,7 @@ Keymap layer has its state in two 32 bit parameters: | |||
35 | 35 | ||
36 | Keymap has its state in two parameter **`default_layer`** indicates a base keymap layer(0-31) which is always valid and to be referred, **`keymap_stat`** is 16bit variable which has current on/off status of layers on its each bit. | 36 | Keymap has its state in two parameter **`default_layer`** indicates a base keymap layer(0-31) which is always valid and to be referred, **`keymap_stat`** is 16bit variable which has current on/off status of layers on its each bit. |
37 | Keymap layer '0' is usually `default_layer` and which is the only valid layer and other layers is initially off after boot up firmware, though, you can configured them in `config.h`. | 37 | Keymap layer '0' is usually `default_layer` and which is the only valid layer and other layers is initially off after boot up firmware, though, you can configured them in `config.h`. |
38 | To change `default_layer` will be useful when you switch key layout completely, say you want Colmak instead of Qwerty. | 38 | To change `default_layer` will be useful when you switch key layout completely, say you want Colemak instead of Qwerty. |
39 | 39 | ||
40 | Initial state of Keymap Change base layout | 40 | Initial state of Keymap Change base layout |
41 | ----------------------- ------------------ | 41 | ----------------------- ------------------ |