make keyboard actually type things

This commit is contained in:
2025-03-21 23:10:03 +03:00
parent a8ff36be52
commit bb87905970
4 changed files with 135 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef KEYBOARD_H
#define KEYBOARD_H
#include "../include/utils.h"
#include "../include/stdio.h"
void handle_keyboard();
#endif