summaryrefslogtreecommitdiff
path: root/docs/faq_debug.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-25 16:18:46 +0000
committerQMK Bot <hello@qmk.fm>2021-07-25 16:18:46 +0000
commitd90897052243808863bcab3b07e16d5b6a0b08f0 (patch)
treefafe06bc2c7302c836fc35954eacaa1f2225344d /docs/faq_debug.md
parent71e9f8fc11f617278497611e169bf2ddccd2211c (diff)
parentfc9fb2c77505cf1dcf5d1f50dd61a980471b3494 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/faq_debug.md')
-rw-r--r--docs/faq_debug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md
index 13a649bfa2..1afa38a624 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -28,7 +28,7 @@ For compatible platforms, [QMK Toolbox](https://github.com/qmk/qmk_toolbox) can
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.
-## Sending Your Own Debug Messages
+## Sending Your Own Debug Messages :id=debug-api
Sometimes it's useful to print debug messages from within your [custom code](custom_quantum_functions.md). Doing so is pretty simple. Start by including `print.h` at the top of your file: