Skip to content

Commit

Permalink
[Docs] Modified the description about setting debug_enable in `docs/f…
Browse files Browse the repository at this point in the history
…aq_debug.md`. (#7394)
  • Loading branch information
mtei authored and noroadsleft committed Nov 18, 2019
1 parent e58dd1a commit cee8df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit cee8df3

Please sign in to comment.