Skip to content

Commit 67bc37f

Browse files
authored
Merge pull request #55 from schneider42/update-hut-link
consumer control code: update link to HID usage tables
2 parents aaf4f1c + 8d56124 commit 67bc37f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

adafruit_hid/consumer_control_code.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ class ConsumerControlCode:
1414
"""USB HID Consumer Control Device constants.
1515
1616
This list includes a few common consumer control codes from
17-
http://www.usb.org/developers/hidpage/Hut1_12v2.pdf#page=75.
18-
19-
*New in CircuitPython 3.0.*
17+
https://www.usb.org/sites/default/files/hut1_21_0.pdf#page=118.
2018
"""
2119

2220
# pylint: disable-msg=too-few-public-methods

adafruit_hid/keycode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Keycode:
1414
"""USB HID Keycode constants.
1515
1616
This list is modeled after the names for USB keycodes defined in
17-
https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf#page=53.
17+
https://usb.org/sites/default/files/hut1_21_0.pdf#page=83.
1818
This list does not include every single code, but does include all the keys on
1919
a regular PC or Mac keyboard.
2020

0 commit comments

Comments
 (0)