summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-12 03:34:09 +0200
committerGitHub <noreply@github.com>2016-08-12 03:34:09 +0200
commita0ed238c124d6ff84eb469429793e79d8ff43d50 (patch)
treebea87c9922552a5ce703fc8bf0ff4b9ea90fd069 /doc
parentbad77bf4e949264486230d6224e682e5287c08a4 (diff)
parenta41a53baadf14b50d63fc9424aca67e7bde193f3 (diff)
downloadqmk_firmware-a0ed238c124d6ff84eb469429793e79d8ff43d50.tar.gz
qmk_firmware-a0ed238c124d6ff84eb469429793e79d8ff43d50.tar.xz
Merge pull request #617 from iFreilicht/patch-2
Fix dead link in keycode.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/keycode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt
index c1134f9bf..5a42c50bf 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.