Do not write ps2d keyboard to serial
This commit is contained in:
parent
76b0c7eeea
commit
e90e674f67
|
@ -34,7 +34,6 @@ pub fn keyboard() {
|
|||
} else if pressed {
|
||||
let c = keymap::get_char(scancode, lshift || rshift);
|
||||
if c != '\0' {
|
||||
print!("{}", c);
|
||||
input.write(&[c as u8]).expect("ps2d: failed to write input");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue