diff options
author | Felix Uhl <iFreilicht@users.noreply.github.com> | 2016-08-11 09:13:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 09:13:38 +0200 |
commit | a41a53baadf14b50d63fc9424aca67e7bde193f3 (patch) | |
tree | fb6263a5c4f3de1611a9e40e814dcf0038beff85 | |
parent | 2a160bbbe3ad496dd688f4399ab2b8d127c0b8a7 (diff) |
Fix dead link in keycode.txt
The link to the HID Usage tables was outdated and dead, so I replaced it.
-rw-r--r-- | doc/keycode.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt index c1134f9bf2..5a42c50bfb 100644 --- a/doc/keycode.txt +++ b/doc/keycode.txt @@ -2,7 +2,7 @@ Keycode Symbol Table ==================== Keycodes are defined in `common/keycode.h`. Range of 00-A4 and E0-E7 are identical with HID Usage: -<http://www.usb.org/developers/devclass_docs/Hut1_11.pdf> +<http://www.usb.org/developers/hidpage/Hut1_12v2.pdf> Virtual keycodes are defined out of above range to support special actions. |