]> git.donarmstrong.com Git - qmk_firmware.git/blob - FAQ.md
Updated FAQ (markdown)
[qmk_firmware.git] / FAQ.md
1 # Build
2 ## 'make clean' needs after changing config.h
3 To build with new **config.h** you need
4
5     $ make clean
6
7
8 # Degug Console
9 ## hid_listen can't find device
10 When debug console of your device is not ready you will see like this:
11
12     Waiting for device:.........
13
14 once the device is pluged in then *hid_listen* finds it you will get this message:
15
16     Waiting for new device:.........................
17     Listening:
18
19 Check if you can't get this 'Listening:' message:
20 - build with `CONSOLE_ENABLE=yes` in **Makefile**.
21
22 ## Can't get message from console
23 Check:
24 - connect the device to *hid_listen*. See above.
25 - push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).
26 - set `debug_enable=yes` usually in `matrix_init()` in **matrix.c**.
27 - try using 'print' function instead of debug print. See **common/print.h**.
28 - disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
29
30 ***
31
32 # NKRO
33
34 # PS/2 mouse support
35 ## TrackPoint needs reset circuit
36 Without reset circuit you will have inconsistent reuslt due to improper initialize of the hardware. See circuit schematic of TPM754.
37
38 http://geekhack.org/index.php?topic=50176.msg1127447#msg1127447
39 http://www.mikrocontroller.net/attachment/52583/tpm754.pdf