Neotron-Compute / Neotron-Common-BIOS

This crate contains the BIOS API and common routines for all Neotron systems.
GNU General Public License v3.0
9 stars 2 forks source link

Use pc-keyboard #24

Closed thejpster closed 1 year ago

thejpster commented 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.