Use pc-keyboard crate for translating scancodes

This commit is contained in:
Philipp Oppermann
2018-10-31 14:18:06 +01:00
parent 0823c9f6c5
commit 6322bcce2a
4 changed files with 34 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ volatile = "0.2.3"
uart_16550 = "0.1.0"
x86_64 = "0.2.8"
pic8259_simple = "0.1.1"
pc-keyboard = "0.3.1"
[dependencies.lazy_static]
version = "1.0"