Use pc-keyboard crate to translate all scancodes

This commit is contained in:
Philipp Oppermann
2019-01-25 14:23:23 +01:00
parent 895991fee3
commit a954c02fbe
3 changed files with 27 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ array-init = "0.0.3"
uart_16550 = "0.1.0"
x86_64 = "0.3.5"
pic8259_simple = "0.1.1"
pc-keyboard = "0.3.1"
[dependencies.lazy_static]
version = "1.0"