Skip to content

Update usb.org document reference in keycode.py #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adafruit_hid/keycode.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class Keycode:
"""USB HID Keycode constants.

This list is modeled after the names for USB keycodes defined in
http://www.usb.org/developers/hidpage/Hut1_12v2.pdf#page=58.
THis list does not include every single code, but does include all the keys on
https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf#page=53.
This list does not include every single code, but does include all the keys on
a regular PC or Mac keyboard.

Remember that keycodes are the names for key *positions* on a US keyboard, and may
Expand Down