diff options
| author | Thomas Lorblanchès <Zlika@users.noreply.github.com> | 2021-12-22 15:27:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 06:27:25 -0800 |
| commit | 3f1f60cbf9a980a8347e3899c04ac4b3e49b7285 (patch) | |
| tree | 06ff244b4a72a252759f83e8b17112736095fc9d /docs | |
| parent | b8cd899dfb740083d712778221b9f28b38a3461e (diff) | |
| download | qmk_firmware-3f1f60cbf9a980a8347e3899c04ac4b3e49b7285.tar.gz qmk_firmware-3f1f60cbf9a980a8347e3899c04ac4b3e49b7285.zip | |
doc/faq_debug: qmk cli can also be used to print debug messages (#15528)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq_debug.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index 28b8c8175..fba27c5f6 100644 --- a/docs/faq_debug.md +++ b/docs/faq_debug.md | |||
| @@ -18,15 +18,19 @@ void keyboard_post_init_user(void) { | |||
| 18 | 18 | ||
| 19 | ## Debugging Tools | 19 | ## Debugging Tools |
| 20 | 20 | ||
| 21 | There are two different tools you can use to debug your keyboard. | 21 | Various tools are available to debug your keyboard. |
| 22 | 22 | ||
| 23 | ### Debugging With QMK Toolbox | 23 | ### Debugging With QMK Toolbox |
| 24 | 24 | ||
| 25 | For compatible platforms, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) can be used to display debug messages from your keyboard. | 25 | For compatible platforms, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) can be used to display debug messages from your keyboard. |
| 26 | 26 | ||
| 27 | ### Debugging with QMK CLI | ||
| 28 | |||
| 29 | Prefer a terminal based solution? The [QMK CLI console command](cli_commands.md#qmk-console) can be used to display debug messages from your keyboard. | ||
| 30 | |||
| 27 | ### Debugging With hid_listen | 31 | ### Debugging With hid_listen |
| 28 | 32 | ||
| 29 | Prefer a terminal based solution? [hid_listen](https://www.pjrc.com/teensy/hid_listen.html), provided by PJRC, can also be used to display debug messages. Prebuilt binaries for Windows,Linux,and MacOS are available. | 33 | Something stand-alone? [hid_listen](https://www.pjrc.com/teensy/hid_listen.html), provided by PJRC, can also be used to display debug messages. Prebuilt binaries for Windows,Linux,and MacOS are available. |
| 30 | 34 | ||
| 31 | ## Sending Your Own Debug Messages :id=debug-api | 35 | ## Sending Your Own Debug Messages :id=debug-api |
| 32 | 36 | ||
