feat: add keyboard layout support

This commit is contained in:
2026-08-13 17:57:44 +02:00
parent 86e3ebfe33
commit 821543238d
36 changed files with 1132 additions and 125 deletions
+3
View File
@@ -233,6 +233,9 @@ typedef struct {
uint8_t shift;
uint8_t ctrl;
uint8_t alt;
uint8_t capslock;
uint8_t altgr;
uint8_t extended;
} mtk_key_event;
typedef struct {