diff options
Diffstat (limited to 'keyboards/handwired/tractyl_manuform/tractyl_manuform.h')
-rw-r--r-- | keyboards/handwired/tractyl_manuform/tractyl_manuform.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/tractyl_manuform/tractyl_manuform.h b/keyboards/handwired/tractyl_manuform/tractyl_manuform.h index f6a6c0752..6aa40fc18 100644 --- a/keyboards/handwired/tractyl_manuform/tractyl_manuform.h +++ b/keyboards/handwired/tractyl_manuform/tractyl_manuform.h | |||
@@ -43,15 +43,6 @@ typedef struct { | |||
43 | uint16_t device_cpi; | 43 | uint16_t device_cpi; |
44 | } kb_config_data_t; | 44 | } kb_config_data_t; |
45 | 45 | ||
46 | __attribute__((aligned(16))) typedef struct { | ||
47 | int8_t x; | ||
48 | int8_t y; | ||
49 | } kb_mouse_report_t; | ||
50 | |||
51 | extern kb_mouse_report_t sync_mouse_report; | ||
52 | |||
53 | void process_mouse(void); | ||
54 | void process_mouse_user(report_mouse_t* mouse_report, int8_t x, int8_t y); | ||
55 | void trackball_set_cpi(uint16_t cpi); | 46 | void trackball_set_cpi(uint16_t cpi); |
56 | void matrix_init_sub_kb(void); | 47 | void matrix_init_sub_kb(void); |
57 | void matrix_scan_sub_kb(void); | 48 | void matrix_scan_sub_kb(void); |