summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPavlos Vinieratos <pvinis@gmail.com>2016-07-19 17:34:23 +0200
committerPavlos Vinieratos <pvinis@gmail.com>2016-07-19 17:34:23 +0200
commit2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18 (patch)
treeeb63ea188edd02303f46a249dd79a03ca7dd87e3 /readme.md
parent6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256 (diff)
downloadqmk_firmware-2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18.tar.gz
qmk_firmware-2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18.tar.xz
add link to hid_listen
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2374bf554..8e005155b 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`
-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`