diff options
author | Leo Wzukw <leowzukw@users.noreply.github.com> | 2018-05-26 17:51:51 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-26 08:51:51 -0700 |
commit | 2d38f45009d0549b991ad798be0f2e35ece0934e (patch) | |
tree | af51a32a79410c589cf20f0f7a64826989b4cacb /tmk_core | |
parent | a659666e8af1643cd7a0273259dd0a782b5e5cc6 (diff) | |
download | firmware-2d38f45009d0549b991ad798be0f2e35ece0934e.tar.gz firmware-2d38f45009d0549b991ad798be0f2e35ece0934e.tar.bz2 firmware-2d38f45009d0549b991ad798be0f2e35ece0934e.zip |
Fix dead link to USB keycodes doc (#3050)
* Fix dead link to USB keycodes doc
Link was dead and the fresher version I could find on usb.org is still older than this one.
Thus, WaybackMachine seems the best option.
* Fix dead link to USB keycodes doc, with 2 options
Give the WaybackMachine link (fresher and for reference of the content of the original link) and the usb.org one (older)
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/common/keycode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index 734c9fbff..9cb4f1e0c 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h @@ -17,7 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes - * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf + * https://web.archive.org/web/20060218214400/http://www.usb.org/developers/devclass_docs/Hut1_12.pdf + * or http://www.usb.org/developers/hidpage/Hut1_12v2.pdf (older) */ #ifndef KEYCODE_H #define KEYCODE_H |