File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ class ConsumerControlCode:
14
14
"""USB HID Consumer Control Device constants.
15
15
16
16
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.
20
18
"""
21
19
22
20
# pylint: disable-msg=too-few-public-methods
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Keycode:
14
14
"""USB HID Keycode constants.
15
15
16
16
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 .
18
18
This list does not include every single code, but does include all the keys on
19
19
a regular PC or Mac keyboard.
20
20
You can’t perform that action at this time.
0 commit comments