summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index c867e07..5642eb5 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -3,7 +3,7 @@
#include <stdint.h>
-void process_scancode(uint8_t c);
+void keyboard_event(uint8_t (*get_bytes)());
struct {
int shift;