summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-05 02:16:50 +0000
committerQMK Bot <hello@qmk.fm>2022-10-05 02:16:50 +0000
commit1811ac9a6f273e1f56d6cf58ec0112352dea399f (patch)
tree9d4384ceecaa4a8f99cf12bbb33f875b84ec632f /docs
parentdd7673f3a771d5866843c82d42b30c7bbc58b9ba (diff)
parentb100db1e5668c9a10437e89d41af76910c58d51d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_debug.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md
index 4a35997222..b639b7ea04 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -133,3 +133,4 @@ Check:
- Set `debug_enable=true`. See [Debugging](#debugging)
- Try using `print` function instead of debug print. See **common/print.h**.
- Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
+- Ensure all strings end with a newline character (`\n`). QMK Toolbox prints console output on a per-line basis.