summaryrefslogtreecommitdiff
path: root/keyboards/handwired/tractyl_manuform/tractyl_manuform.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-02 04:09:36 +0000
committerQMK Bot <hello@qmk.fm>2021-09-02 04:09:36 +0000
commit98436577d711e66c01f1f7fd231d6ad1c065cba6 (patch)
treefdd1fb5089b5ed8f970f7973dddcbdf9a943c20f /keyboards/handwired/tractyl_manuform/tractyl_manuform.h
parentcfedd3054ea144c92328ad517f87b74e2655d6d3 (diff)
parent37aef4ebe17b04de07a17748e2452c2f1ebe77bd (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/tractyl_manuform/tractyl_manuform.h')
-rw-r--r--keyboards/handwired/tractyl_manuform/tractyl_manuform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/tractyl_manuform/tractyl_manuform.h b/keyboards/handwired/tractyl_manuform/tractyl_manuform.h
index f49569310a..99f1481ad8 100644
--- a/keyboards/handwired/tractyl_manuform/tractyl_manuform.h
+++ b/keyboards/handwired/tractyl_manuform/tractyl_manuform.h
@@ -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;