diff options
author | Pavlos Vinieratos <pvinis@gmail.com> | 2016-07-19 17:34:23 +0200 |
---|---|---|
committer | Pavlos Vinieratos <pvinis@gmail.com> | 2016-07-19 17:34:23 +0200 |
commit | 2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18 (patch) | |
tree | eb63ea188edd02303f46a249dd79a03ca7dd87e3 | |
parent | 6eb21d2680dc6f8e2cb2e2b6fabf41d82e240256 (diff) | |
download | qmk_firmware-2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18.tar.gz qmk_firmware-2e815ad9a2f4e36d6c11dbe0475d1fb1e1fa9d18.tar.xz |
add link to hid_listen
-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` -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` |