2024-08-09 23:16:20 +02:00
|
|
|
#include <stdint.h>
|
2024-08-10 01:14:29 +02:00
|
|
|
#include <stddef.h>
|
2024-08-09 23:16:20 +02:00
|
|
|
|
2024-08-10 01:14:29 +02:00
|
|
|
extern char keyboard_buffer[100];
|
|
|
|
extern size_t keyboard_buffer_top;
|
2024-08-09 23:16:20 +02:00
|
|
|
void handle_keyboard(uint8_t scancode);
|