summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-02-28 17:42:00 -0800
committertmk <tmk@users.noreply.github.com>2014-02-28 17:42:00 -0800
commit7a8e9cc13699391ebb923119b4e4f92492adab04 (patch)
tree2304d34f54e157afe033b7074c52a183884ee109
parent1a0be5e750d0477097668f33f02ceb0d0dcd2001 (diff)
Created FAQ (markdown)
-rw-r--r--FAQ.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 0000000000..94782630f1
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,18 @@
+# Degug Console
+## 'hid_listen' can't find device
+When debug console of your device is not ready you will see like this:
+
+ Waiting for device:.........
+
+once the device is pluged in then 'hid_listen' finds it you will get this message:
+
+ Waiting for new device:.........................
+ Listening:
+
+Check these if you can't get this 'Listening:' message:
+- build with 'CONSOLE_ENABLE=yes' in Makefile
+
+
+# NKRO
+
+# PS/2 mouse support \ No newline at end of file