Updated FAQ (markdown)
This commit is contained in:
parent
c8f3e845e7
commit
8008a8a9dc
1 changed files with 4 additions and 1 deletions
5
FAQ.md
5
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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue