diff options
| author | QMK Bot <hello@qmk.fm> | 2021-01-23 21:42:03 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-01-23 21:42:03 +0000 |
| commit | 3f4ff5b6a7ef8e4e58ae84b2e3967a2c8024bf06 (patch) | |
| tree | 532a801d006a3dda3030d3066c4d17bb8bc9b1f9 /docs/faq_debug.md | |
| parent | 1cdea7f53056818fa1e471a8806b9706db8c0c01 (diff) | |
| parent | d6701b3ac7b05dc6f8ce87b525af14932d5c0f27 (diff) | |
| download | qmk_firmware-3f4ff5b6a7ef8e4e58ae84b2e3967a2c8024bf06.tar.gz qmk_firmware-3f4ff5b6a7ef8e4e58ae84b2e3967a2c8024bf06.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/faq_debug.md')
| -rw-r--r-- | docs/faq_debug.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index b2d09605b..872b1688e 100644 --- a/docs/faq_debug.md +++ b/docs/faq_debug.md | |||
| @@ -98,7 +98,7 @@ When debug console of your device is not ready you will see like this: | |||
| 98 | Waiting for device:......... | 98 | Waiting for device:......... |
| 99 | ``` | 99 | ``` |
| 100 | 100 | ||
| 101 | once the device is plugged in then *hid_listen* finds it you will get this message: | 101 | Once the device is plugged in then *hid_listen* finds it you will get this message: |
| 102 | 102 | ||
| 103 | ``` | 103 | ``` |
| 104 | Waiting for new device:......................... | 104 | Waiting for new device:......................... |
| @@ -107,13 +107,12 @@ Listening: | |||
| 107 | 107 | ||
| 108 | If you can't get this 'Listening:' message try building with `CONSOLE_ENABLE=yes` in [Makefile] | 108 | If you can't get this 'Listening:' message try building with `CONSOLE_ENABLE=yes` in [Makefile] |
| 109 | 109 | ||
| 110 | You may need privilege to access the device on OS like Linux. | 110 | You may need privileges to access the device an OS like Linux. Try `sudo hid_listen`. |
| 111 | - try `sudo hid_listen` | ||
| 112 | 111 | ||
| 113 | ## Can't Get Message on Console | 112 | ## Can't Get Message on Console |
| 114 | Check: | 113 | Check: |
| 115 | - *hid_listen* finds your device. See above. | 114 | - *hid_listen* finds your device. See above. |
| 116 | - Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). | 115 | - Enable debug by pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). |
| 117 | - set `debug_enable=true`. See [Debugging](#debugging) | 116 | - Set `debug_enable=true`. See [Debugging](#debugging) |
| 118 | - try using 'print' function instead of debug print. See **common/print.h**. | 117 | - Try using `print` function instead of debug print. See **common/print.h**. |
| 119 | - disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). | 118 | - Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). |
