X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fkeymap.md;h=2961e0e8d6afb75fbd0ed0fe921c1776b355bace;hb=4e41beeaa6b5facb3757c966e2bfb661669bfc21;hp=1dedccc0d6f4f90df68c8fedb8e743a0a274d141;hpb=aa660c1eb7cad0e248c69e60d8752fe997e666a7;p=qmk_firmware.git 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: 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. 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`. -To change `default_layer` will be useful when you switch key layout completely, say you want Colmak instead of Qwerty. +To change `default_layer` will be useful when you switch key layout completely, say you want Colemak instead of Qwerty. Initial state of Keymap Change base layout ----------------------- ------------------