forked from mirrors/qmk_userspace
Add explicit id tags to externally linked headers
This commit is contained in:
parent
a95a314f78
commit
54c58ea6de
29 changed files with 45 additions and 44 deletions
|
@ -6,7 +6,7 @@ Once you've flashed your keyboard with a custom firmware you're ready to test it
|
|||
|
||||
Testing your keyboard is usually pretty straightforward. Press every single key and make sure it sends the keys you expect. You can use [QMK Configurator](https://config.qmk.fm/#/test/)'s test mode to check your keyboard, even if it doesn't run QMK.
|
||||
|
||||
## Debugging
|
||||
## Debugging :id=debugging
|
||||
|
||||
Your keyboard will output debug information if you have `CONSOLE_ENABLE = yes` in your `rules.mk`. By default the output is very limited, but you can turn on debug mode to increase the amount of debug output. Use the `DEBUG` keycode in your keymap, use the [Command](feature_command.md) feature to enable debug mode, or add the following code to your keymap.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue