diff options
author | Christoffer Holmberg <skug@skug.fi> | 2018-10-17 23:27:16 +0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-17 16:51:51 -0700 |
commit | dad79cafcd9b3401b68fb29aaa311e999c4c4e6e (patch) | |
tree | 8a9e20bbc326568804077713409a314e0691ef99 /docs/reference_glossary.md | |
parent | d08f9cb6e4d5f14409d49ea5df93cb91777357da (diff) | |
download | qmk_firmware-dad79cafcd9b3401b68fb29aaa311e999c4c4e6e.tar.gz |
Fix more broken links to the HID spec
Diffstat (limited to 'docs/reference_glossary.md')
-rw-r--r-- | docs/reference_glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference_glossary.md b/docs/reference_glossary.md index 29d07f26d..422abb2ec 100644 --- a/docs/reference_glossary.md +++ b/docs/reference_glossary.md @@ -128,7 +128,7 @@ The standard Deutsche (German) keyboard layout. Named for the first 6 letters on The term for pressing a key while a key is already held down. Variants include 2KRO, 6KRO, and NKRO. ## Scancode -A 1 byte number that is sent as part of a HID report over USB that represents a single key. These numbers are documented in the [HID Usage Tables](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf) published by the [USB-IF](http://www.usb.org/). +A 1 byte number that is sent as part of a HID report over USB that represents a single key. These numbers are documented in the [HID Usage Tables](https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf) published by the [USB-IF](http://www.usb.org/). ## Space Cadet Shift A special set of shift keys which allow you to type various types of braces by tapping the left or right shift one or more times. |