twitchyliquid64 / usbd-hid

MIT License
87 stars 37 forks source link

descriptor: add From<u8> impl for key enums #56

Closed rmsyn closed 1 year ago

rmsyn commented 1 year ago

Adds From<u8> impls for KeyboardUsage, MediaKey, and SystemControlKey.

Adds Reserved variants to handle reserved and invalid values.

haata commented 1 year ago

Please fix the clippy errors, otherwise looks good.