~ruther/qmk_firmware

1811ac9a6f273e1f56d6cf58ec0112352dea399f — QMK Bot 2 years ago dd7673f + b100db1
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 0 deletions(-)

M docs/faq_debug.md
M docs/faq_debug.md => docs/faq_debug.md +1 -0
@@ 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.