m0110a keyboard write working, code mapping next

This commit is contained in:
dekunukem
2022-06-26 21:15:16 +01:00
parent 1846aeb80f
commit edb7182754
22 changed files with 1772 additions and 1620 deletions

View File

@@ -54,7 +54,6 @@ typedef struct
{
uint8_t head;
uint8_t tail;
uint8_t size;
uint8_t* keycode_buf;
uint8_t* keyvalue_buf;
} kb_buf;