]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add link to hid_listen
authorPavlos Vinieratos <pvinis@gmail.com>
Tue, 19 Jul 2016 15:34:23 +0000 (17:34 +0200)
committerPavlos Vinieratos <pvinis@gmail.com>
Tue, 19 Jul 2016 15:34:23 +0000 (17:34 +0200)
readme.md

index 2374bf5541581315c2c0fdab1e7f16e4d50d87dd..8e005155b98084a26a341c4eff48bea4b619775a 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -152,7 +152,7 @@ This allows you to use the system and audio control key codes.
 
 `CONSOLE_ENABLE`
 
-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.
+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`