diff options
author | Pavlos Vinieratos <pvinis@gmail.com> | 2016-07-19 00:07:50 +0200 |
---|---|---|
committer | Pavlos Vinieratos <pvinis@gmail.com> | 2016-07-19 00:07:50 +0200 |
commit | 6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256 (patch) | |
tree | 7cd2eca5e79e6eb4fe0afb078242c7e748ad900b | |
parent | 9ecf9073b96799e52a1f1c0d35b57177382902ce (diff) | |
download | qmk_firmware-6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256.tar.gz qmk_firmware-6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256.zip |
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
@@ -152,7 +152,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`. 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` |