diff options
Diffstat (limited to 'keyboards/ploopyco/trackball_mini/trackball_mini.h')
-rw-r--r-- | keyboards/ploopyco/trackball_mini/trackball_mini.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/ploopyco/trackball_mini/trackball_mini.h b/keyboards/ploopyco/trackball_mini/trackball_mini.h index 7bcb02a94..fc86fe776 100644 --- a/keyboards/ploopyco/trackball_mini/trackball_mini.h +++ b/keyboards/ploopyco/trackball_mini/trackball_mini.h | |||
@@ -20,10 +20,8 @@ | |||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "quantum.h" | 22 | #include "quantum.h" |
23 | #include "drivers/sensors/adns5050.h" | ||
24 | #include "analog.h" | 23 | #include "analog.h" |
25 | #include "opt_encoder.h" | 24 | #include "opt_encoder.h" |
26 | #include "pointing_device.h" | ||
27 | 25 | ||
28 | // Sensor defs | 26 | // Sensor defs |
29 | #define OPT_ENC1 F0 | 27 | #define OPT_ENC1 F0 |
@@ -31,10 +29,7 @@ | |||
31 | #define OPT_ENC1_MUX 0 | 29 | #define OPT_ENC1_MUX 0 |
32 | #define OPT_ENC2_MUX 4 | 30 | #define OPT_ENC2_MUX 4 |
33 | 31 | ||
34 | void process_mouse(report_mouse_t* mouse_report); | ||
35 | void process_mouse_user(report_mouse_t* mouse_report, int16_t x, int16_t y); | ||
36 | void process_wheel(report_mouse_t* mouse_report); | 32 | void process_wheel(report_mouse_t* mouse_report); |
37 | void process_wheel_user(report_mouse_t* mouse_report, int16_t h, int16_t v); | ||
38 | 33 | ||
39 | #define LAYOUT(BL, BM, BR, BF, BB) \ | 34 | #define LAYOUT(BL, BM, BR, BF, BB) \ |
40 | { {BL, BM, BR, BF, BB}, } | 35 | { {BL, BM, BR, BF, BB}, } |