Fix PS/2 keyboard input

This commit is contained in:
Mark
2020-01-25 01:37:45 +02:00
parent 0ab205579f
commit 5ff24ec6df
3 changed files with 63 additions and 46 deletions
+1
View File
@@ -16,3 +16,4 @@ extern struct chrdev *g_keyboard_tty;
#define INPUT_KEY_END 0x85
void input_key(uint8_t byte, uint8_t mods, const char *map0, const char *map1);
void input_scan(uint8_t key);