aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_debug.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-06-02 02:42:52 +0000
committerQMK Bot <hello@qmk.fm>2024-06-02 02:42:52 +0000
commitc67789b717d72328ca275bfc4f5a3032d06bab98 (patch)
treeaafd350b64a95fbf05e0169acad714230e7114b2 /docs/faq_debug.md
parent6c8750023125cbecb267d6608ff8684fecb33353 (diff)
parent78a0adfbb4d2c4e12f93f2a62ded0020d406243e (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 e22bc5d9ce..36374974df 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -4,7 +4,7 @@ This page details various common questions people have about troubleshooting the
## Debugging {#debugging}
-Your keyboard will output debug information if you have `CONSOLE_ENABLE = yes` in your `rules.mk`. By default the output is very limited, but you can turn on debug mode to increase the amount of debug output. Use the `DB_TOGG` keycode in your keymap, use the [Command](feature_command) feature to enable debug mode, or add the following code to your keymap.
+Your keyboard will output debug information if you have `CONSOLE_ENABLE = yes` in your `rules.mk`. By default the output is very limited, but you can turn on debug mode to increase the amount of debug output. Use the `DB_TOGG` keycode in your keymap, use the [Command](features/command) feature to enable debug mode, or add the following code to your keymap.
```c
void keyboard_post_init_user(void) {