]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <tmk@users.noreply.github.com>
Mon, 13 Apr 2015 01:50:34 +0000 (10:50 +0900)
committertmk <tmk@users.noreply.github.com>
Mon, 13 Apr 2015 01:50:34 +0000 (10:50 +0900)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 0f8b263fa55eeb48a07e103c7ede758edbd89692..52862f1310e2bc51110b1119aba0f355ae8e38ed 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -53,14 +53,16 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
 \r
 # Miscellaneous\r
 ## NKRO Doesn't work\r
-1. Build with this option of Makefile\r
+First you have to compile frimware with this build option in `Makefile`.\r
 \r
     NKRO_ENABLE = yes\r
 \r
-2. After boot keyboard may be in **boot mode**(6KRO), you will need to replug keyboard to enable NKRO.\r
+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.\r
 \r
-3. Or use `Magic` **N** command to toggle NKRO function.(`LShift+RShift+N` by default)\r
+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.\r
+https://github.com/tmk/tmk_keyboard#boot-magic-configuration---virtual-dip-switch\r
 \r
+Note that host(in particular BIOS) can force keyboard to turn into **6KRO** mode. \r
 \r
 \r
 ## TrackPoint needs reset circuit(PS/2 mouse support)\r