summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-03-03 15:08:02 -0800
committertmk <tmk@users.noreply.github.com>2014-03-03 15:08:02 -0800
commitab4f24a16a6a7e25a69cb202208d6efcb8f8f51c (patch)
treec7b61b0c5612c3416edaf33a3095dbffe27a4c99
parentfb94b97e48e3b89d88e98dd2e86c185552223b25 (diff)
Updated FAQ (markdown)
-rw-r--r--FAQ.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index b62927dbb2..1ea5bcfd87 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -8,6 +8,8 @@ To build with new **config.h** you need
It is no longer recommended and may cause some problem.
See [Issue #99](https://github.com/tmk/tmk_keyboard/issues/99).
+
+
# Degug Console
## hid_listen can't find device
When debug console of your device is not ready you will see like this:
@@ -32,10 +34,17 @@ Check:
***
-# NKRO
+# Miscellaneous
+## NKRO Doesn't work
+Build with this option of Makefile
+
+ NKRO_ENABLE = yes
+
+And use `Magic` command **N** to toggle NKRO feature.
+At this time NKRO is not used by default even if it is build with `NKRO_ENABLE`, you still need the `Magic`.
+
-# PS/2 mouse support
-## TrackPoint needs reset circuit
+## TrackPoint needs reset circuit(PS/2 mouse support)
Without reset circuit you will have inconsistent reuslt due to improper initialize of the hardware. See circuit schematic of TPM754.
http://geekhack.org/index.php?topic=50176.msg1127447#msg1127447