cleaned up docs even more. I believe this fills all requirements for merge.

This commit is contained in:
Kyle Brown
2019-02-25 14:10:09 -08:00
parent f65ea1e841
commit 7ebfaa3bf7
8 changed files with 43 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# Debugging
Debug will output most of the useful state to the console. This can be enable in your firmware
by setting this in your keymap. NOTE that it will be MUCH slower, so only enable this when you
by setting this in your keymap. NOTE that it will be slower, so only enable this when you
need debugging.
```python
DEBUG_ENABLE = True