code cleanup & fix compile with pico-sdk 2.2.0

This commit is contained in:
2025-08-12 07:49:12 -04:00
parent 4f313b3336
commit 692c5af8c9
6 changed files with 28 additions and 20 deletions
-2
View File
@@ -3,7 +3,6 @@
#define MOUSE_SPEED 10
static unsigned char boot_buf[8];
void parse_key_list(char * keys);
void parse_mouse_list(char * keys);
@@ -12,7 +11,6 @@ uint8_t parse_mod(char * key);
typedef struct { char * key; uint8_t val; } keycode_dict;
// modifier key bit codes
#define KEY_MOD_LCTRL 0x01
#define KEY_MOD_LSHIFT 0x02