summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-09-19 18:31:10 +0900
committertmk <tmk@users.noreply.github.com>2015-09-19 18:31:10 +0900
commit8008a8a9dc1f495922039f37969fce955d873d57 (patch)
treec775b8edde9973e28415b847f1bafbebee5f157b /FAQ.md
parentc8f3e845e700dd34b3c997ecb2e899e3a4c4758b (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 159959e337..241854c2f9 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -27,11 +27,14 @@ once the device is pluged in then *hid_listen* finds it you will get this messag
Check if you can't get this 'Listening:' message:
- build with `CONSOLE_ENABLE=yes` in **Makefile**.
+You may need privilege to access the device on OS like Linux.
+- try `sudo hid_listen`
+
## Can't get message on console
Check:
- *hid_listen* finds your device. See above.
- Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).
-- set `debug_enable=yes` usually in `matrix_init()` in **matrix.c**.
+- set `debug_enable=true` usually in `matrix_init()` in **matrix.c**.
- try using 'print' function instead of debug print. See **common/print.h**.
- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).