~ruther/qmk_firmware

df7fe3e2ac9c332562978fbbf3ca204e8506adc0 — QMK Bot 3 years ago e95156d + 3f1f60c
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 6 insertions(+), 2 deletions(-)

M docs/faq_debug.md
M docs/faq_debug.md => docs/faq_debug.md +6 -2
@@ 18,15 18,19 @@ void keyboard_post_init_user(void) {

## Debugging Tools

There are two different tools you can use to debug your keyboard.
Various tools are available to debug your keyboard.

### Debugging With QMK Toolbox

For compatible platforms, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) can be used to display debug messages from your keyboard.

### Debugging with QMK CLI

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.

### Debugging With hid_listen

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.
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.

## Sending Your Own Debug Messages :id=debug-api