From: Pavlos Vinieratos Date: Mon, 18 Jul 2016 22:07:50 +0000 (+0200) Subject: add some debugging doc, after i found out how to print debug messages X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256;p=qmk_firmware.git add some debugging doc, after i found out how to print debug messages --- diff --git a/readme.md b/readme.md index e0dcd5608..2374bf554 100644 --- a/readme.md +++ b/readme.md @@ -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`