code cleanup & fix compile with pico-sdk 2.2.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user