rust-embedded-community / pc-keyboard

PS/2 Keyboard Decoder in Rust
Apache License 2.0
96 stars 28 forks source link

Scancode Set 1 work #1

Closed ZerothLaw closed 5 years ago

ZerothLaw commented 5 years ago

Added ScancodeSet trait. Implemented it for a new struct. Extended generics to include ScancodeSet trait bound Moved code around to new files to make lib.rs smaller Reordered and renamed some of the KeyCode variants.

thejpster commented 5 years ago

Looks great. Thanks!