From 6030b176c2819c83c625f257ad7e8632a8245ed9 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 17 Feb 2015 15:33:03 -0500 Subject: Emulate the Rockbox plugin API, ported xracer Tons of changes --- drivers/ps2.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/ps2.c') diff --git a/drivers/ps2.c b/drivers/ps2.c index c9ff30e..9da026d 100644 --- a/drivers/ps2.c +++ b/drivers/ps2.c @@ -4,6 +4,7 @@ #include "io.h" #include "isr.h" #include "ps2.h" +#include "ps2_keymaps.h" static void ps2_wait(void) { @@ -19,6 +20,8 @@ void ps2_set_leds(uint8_t status) outb(0x60, status); } +static uint8_t keyboard_state[16]; + static void key_handler(struct regs_t *regs) { (void) regs; -- cgit v1.1