kmk_firmware/docs/debugging.md
Josh Klar d34e8ce9d2 Re-add LED support
This reverts commit 5b069a0104.
2019-07-17 16:05:40 -07:00

642 B

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 slower, so only enable this when you need debugging.

DEBUG_ENABLE = True

The output can be viewed by connecting to the serial port of the keybord. Please refer to THIS for more information when connecting to serial console. For Linux users, we recommend picocom or screen