diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2019-11-18 10:09:57 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-17 17:09:57 -0800 |
commit | cee8df3edf8494eb53d7208ba17dbb90b8516f25 (patch) | |
tree | bab8d8c238811ae8fea7a436dc0dfa9f82db9740 | |
parent | e58dd1a09a908934e7de1ed839f58634f20bc9fb (diff) |
[Docs] Modified the description about setting debug_enable in `docs/faq_debug.md`. (#7394)
-rw-r--r-- | docs/faq_debug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md index 5cc20251d3..1e0cdc82bf 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. Check: - *hid_listen* finds your device. See above. - Enable debug with pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). -- set `debug_enable=true` usually in `matrix_init()` in **matrix.c**. +- set `debug_enable=true`. See [Testing and Debugging](newbs_testing_debugging.md#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). |