diff options
author | tmk <tmk@users.noreply.github.com> | 2014-02-28 18:09:22 -0800 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2014-02-28 18:09:22 -0800 |
commit | 81055457fae79513ef559552c5e48eb9f5d39150 (patch) | |
tree | 5686340667fd482ef7eb0aeaf405604755e1713d /FAQ.md | |
parent | 5e2f882230b04138ced6d332bb35068fe9dc4589 (diff) |
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,11 +14,11 @@ Check if you can't get this 'Listening:' message: ## Can't get message from console Check: -- the device is connected to *hid_listen*. See above. +- connect the device to *hid_listen*. See above. - push **LShift+RShift+d** to enable debug. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). -- `debug_enable=yes` Usually in `matrix_init()` in **matrix.c**. +- set `debug_enable=yes` 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). +- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). *** |