]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix dead link to USB keycodes doc (#3050)
authorLeo Wzukw <leowzukw@users.noreply.github.com>
Sat, 26 May 2018 15:51:51 +0000 (17:51 +0200)
committerDrashna Jaelre <drashna@live.com>
Sat, 26 May 2018 15:51:51 +0000 (08:51 -0700)
* 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)

tmk_core/common/keycode.h

index 734c9fbff0502d7399df8e4c5e02a748fbe5cb86..9cb4f1e0c1da8c36a0310eca64f120ec5b514bef 100644 (file)
@@ -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