add simple mouse controls

This commit is contained in:
2025-07-19 07:05:28 -04:00
parent cf9cfa9ef9
commit d3b12890bb
6 changed files with 1029 additions and 813 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef PARSE_KEYS_H_
#define PRASE_KEYS_H_
#define MOUSE_SPEED 10
static unsigned char boot_buf[8];
void parse_key_list(char * keys);