aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5cc20251d..1e0cdc82b 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -27,7 +27,7 @@ You may need privilege to access the device on OS like Linux.
27Check: 27Check:
28- *hid_listen* finds your device. See above. 28- *hid_listen* finds your device. See above.
29- Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). 29- Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands).
30- set `debug_enable=true` usually in `matrix_init()` in **matrix.c**. 30- set `debug_enable=true`. See [Testing and Debugging](newbs_testing_debugging.md#debugging)
31- try using 'print' function instead of debug print. See **common/print.h**. 31- try using 'print' function instead of debug print. See **common/print.h**.
32- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97). 32- disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
33 33