diff options
author | lyuts <lyuts@users.noreply.github.com> | 2017-10-06 20:15:55 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-10-06 20:15:55 -0700 |
commit | d8c62e42389e3ac1367a38c7ec1d3646a49958d3 (patch) | |
tree | 69f82e5afd722f404372eeff9b222e4edfeef460 /docs/faq_debug.md | |
parent | 357d930f5ae51961a09cfdf1c20646d26b268125 (diff) | |
download | qmk_firmware-d8c62e42389e3ac1367a38c7ec1d3646a49958d3.tar.gz qmk_firmware-d8c62e42389e3ac1367a38c7ec1d3646a49958d3.zip |
Fixed typo in docs. (#1818)
Diffstat (limited to 'docs/faq_debug.md')
-rw-r--r-- | docs/faq_debug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index 3f7cfe747..9ca51aa63 100644 --- a/docs/faq_debug.md +++ b/docs/faq_debug.md | |||
@@ -92,7 +92,7 @@ First you have to compile frimware with this build option `NKRO_ENABLE` in **Mak | |||
92 | 92 | ||
93 | Try `Magic` **N** command(`LShift+RShift+N` by default) when **NKRO** still doesn't work. You can use this command to toggle between **NKRO** and **6KRO** mode temporarily. In some situations **NKRO** doesn't work you need to switch to **6KRO** mode, in particular when you are in BIOS. | 93 | Try `Magic` **N** command(`LShift+RShift+N` by default) when **NKRO** still doesn't work. You can use this command to toggle between **NKRO** and **6KRO** mode temporarily. In some situations **NKRO** doesn't work you need to switch to **6KRO** mode, in particular when you are in BIOS. |
94 | 94 | ||
95 | If your firmeare built with `BOOTMAGIC_ENABLE` you need to turn its switch on by `BootMagic` **N** command(`Space+N` by default). This setting is stored in EEPROM and keeped over power cycles. | 95 | If your firmware built with `BOOTMAGIC_ENABLE` you need to turn its switch on by `BootMagic` **N** command(`Space+N` by default). This setting is stored in EEPROM and keeped over power cycles. |
96 | 96 | ||
97 | https://github.com/tmk/tmk_keyboard#boot-magic-configuration---virtual-dip-switch | 97 | https://github.com/tmk/tmk_keyboard#boot-magic-configuration---virtual-dip-switch |
98 | 98 | ||