Fix dead link in keycode.txt

The link to the HID Usage tables was outdated and dead, so I replaced it.
This commit is contained in:
Felix Uhl 2016-08-11 09:13:38 +02:00 committed by GitHub
parent 2a160bbbe3
commit a41a53baad
1 changed files with 1 additions and 1 deletions

View File

@ -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.