diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-21 21:02:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 21:02:37 -0400 |
commit | d5d2eb8b5ada9f2386d143a2f6355435aecc358e (patch) | |
tree | 04da894109f83b90a4805ead2d7ee95d59eb3302 | |
parent | 6f9f9baff46747a1ab20c1daf3174003f3de2b8b (diff) | |
parent | 2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18 (diff) | |
download | qmk_firmware-d5d2eb8b5ada9f2386d143a2f6355435aecc358e.tar.gz qmk_firmware-d5d2eb8b5ada9f2386d143a2f6355435aecc358e.zip |
Merge pull request #536 from pvinis/debug-doc
add some debugging doc, after i found out how to print debug messages
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ This allows you to use the system and audio control key codes. `CONSOLE_ENABLE` -TODO +This allows you to print messages that can be read using [`hid_listen`](https://www.pjrc.com/teensy/hid_listen.html). Add this to your `Makefile`, and set it to `yes`. Then put `println`, `printf`, etc. in your keymap or anywhere in the `qmk` source. Finally, open `hid_listen` and enjoy looking at your printed messages. `COMMAND_ENABLE` |