Closed thejpster closed 1 year ago
Use the pc-keyboard crate instead of defining our own keycode types.
Saves the OS a bunch of work, as it can just use a pc-keyboard EventDecoder to process the events from the BIOS HID API.
Use the pc-keyboard crate instead of defining our own keycode types.
Saves the OS a bunch of work, as it can just use a pc-keyboard EventDecoder to process the events from the BIOS HID API.