micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.39k stars 994 forks source link

usb-device-keyboard: Fix ; and ` keycode names. #889

Closed dpgeorge closed 2 months ago

dpgeorge commented 3 months ago

They should be named as the un-shifted version.

dpgeorge commented 3 months ago

@projectgus FYI

projectgus commented 2 months ago

LGTM! I double checked the USB "HID Usages and Descriptions" document (section 10 "Keyboard/Keypad Page (0x07)") and it describes them as "Keyboard ; and :" and "Keyboard Grave Accent and Tilde", so this is the right fix.