aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoffer Holmberg <skug@skug.fi>2018-10-17 23:27:16 +0300
committerDrashna Jaelre <drashna@live.com>2018-10-17 16:51:51 -0700
commitdad79cafcd9b3401b68fb29aaa311e999c4c4e6e (patch)
tree8a9e20bbc326568804077713409a314e0691ef99
parentd08f9cb6e4d5f14409d49ea5df93cb91777357da (diff)
downloadqmk_firmware-dad79cafcd9b3401b68fb29aaa311e999c4c4e6e.tar.gz
qmk_firmware-dad79cafcd9b3401b68fb29aaa311e999c4c4e6e.zip
Fix more broken links to the HID spec
-rw-r--r--docs/keycodes_basic.md2
-rw-r--r--docs/reference_glossary.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes_basic.md b/docs/keycodes_basic.md
index 8445b05ef..82e94aa5e 100644
--- a/docs/keycodes_basic.md
+++ b/docs/keycodes_basic.md
@@ -1,6 +1,6 @@
1# Basic Keycodes 1# Basic Keycodes
2 2
3The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07)](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf) with the exception of `KC_NO`, `KC_TRNS` and keycodes in the `0xA5-DF` range. See below for more details. 3The basic set of keycodes are based on the [HID Keyboard/Keypad Usage Page (0x07)](https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf) with the exception of `KC_NO`, `KC_TRNS` and keycodes in the `0xA5-DF` range. See below for more details.
4 4
5## Letters and Numbers 5## Letters and Numbers
6 6
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
128The term for pressing a key while a key is already held down. Variants include 2KRO, 6KRO, and NKRO. 128The term for pressing a key while a key is already held down. Variants include 2KRO, 6KRO, and NKRO.
129 129
130## Scancode 130## Scancode
131A 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/). 131A 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/).
132 132
133## Space Cadet Shift 133## Space Cadet Shift
134A 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. 134A 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.