]> git.donarmstrong.com Git - qmk_firmware.git/blob - FAQ.md
Updated FAQ (markdown)
[qmk_firmware.git] / FAQ.md
1 # Degug Console
2 ## hid_listen can't find device
3 When debug console of your device is not ready you will see like this:
4
5     Waiting for device:.........
6
7 once the device is pluged in then *hid_listen* finds it you will get this message:
8
9     Waiting for new device:.........................
10     Listening:
11
12 Check if you can't get this 'Listening:' message:
13 - build with `CONSOLE_ENABLE=yes` in **Makefile**.
14
15 ## Can't get message from console
16 Check:
17 - the device is connected to *hid_listen*. See above.
18 - push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).
19 - `debug_enable=yes` Usually in `matrix_init()` in **matrix.c**.
20 - try using 'print' function instead of debug print. See **common/print.h**.
21 - Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
22
23 ***
24
25 # NKRO
26
27 # PS/2 mouse support