[Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)

This commit is contained in:
Drashna Jaelre
2021-09-01 21:08:58 -07:00
committed by GitHub
parent c1e5c920a9
commit 37aef4ebe1
9 changed files with 132 additions and 114 deletions

View File

@@ -43,7 +43,7 @@ typedef struct {
uint16_t device_cpi;
} kb_config_data_t;
typedef struct {
__attribute__((aligned(16))) typedef struct {
int8_t mouse_x;
int8_t mouse_y;
} kb_pointer_data_t;