summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-04-13 10:50:34 +0900
committertmk <tmk@users.noreply.github.com>2015-04-13 10:50:34 +0900
commit5031ae08bf93c6ced32e3a146632265c54c729a3 (patch)
tree0e83bff7b6cc0d1093efd9ed413d77b34972f76d /FAQ.md
parent2c11165fb63cac448edc1a628734b1d4e5c46108 (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index 0f8b263fa5..52862f1310 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -53,14 +53,16 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
# Miscellaneous
## NKRO Doesn't work
-1. Build with this option of Makefile
+First you have to compile frimware with this build option in `Makefile`.
NKRO_ENABLE = yes
-2. After boot keyboard may be in **boot mode**(6KRO), you will need to replug keyboard to enable NKRO.
+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.
-3. Or use `Magic` **N** command to toggle NKRO function.(`LShift+RShift+N` by default)
+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.
+https://github.com/tmk/tmk_keyboard#boot-magic-configuration---virtual-dip-switch
+Note that host(in particular BIOS) can force keyboard to turn into **6KRO** mode.
## TrackPoint needs reset circuit(PS/2 mouse support)