]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Docs] Modified the description about setting debug_enable in `docs/faq_debug.md...
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Mon, 18 Nov 2019 01:09:57 +0000 (10:09 +0900)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Mon, 18 Nov 2019 01:09:57 +0000 (17:09 -0800)
docs/faq_debug.md

index 5cc20251d309442495d90b9bf9fc0f5ecc339bd2..1e0cdc82bf91789b883bdcb8b7a868a0b99969ff 100644 (file)
@@ -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).