diff options
Diffstat (limited to 'keyboards/ploopyco/mouse/mouse.h')
| -rw-r--r-- | keyboards/ploopyco/mouse/mouse.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/ploopyco/mouse/mouse.h b/keyboards/ploopyco/mouse/mouse.h index d11aa5e9a..ee5982713 100644 --- a/keyboards/ploopyco/mouse/mouse.h +++ b/keyboards/ploopyco/mouse/mouse.h | |||
| @@ -19,11 +19,8 @@ | |||
| 19 | #pragma once | 19 | #pragma once |
| 20 | 20 | ||
| 21 | #include "quantum.h" | 21 | #include "quantum.h" |
| 22 | #include "spi_master.h" | ||
| 23 | #include "drivers/sensors/pmw3360.h" | ||
| 24 | #include "analog.h" | 22 | #include "analog.h" |
| 25 | #include "opt_encoder.h" | 23 | #include "opt_encoder.h" |
| 26 | #include "pointing_device.h" | ||
| 27 | 24 | ||
| 28 | // Sensor defs | 25 | // Sensor defs |
| 29 | #define OPT_ENC1 F0 | 26 | #define OPT_ENC1 F0 |
| @@ -31,10 +28,7 @@ | |||
| 31 | #define OPT_ENC1_MUX 0 | 28 | #define OPT_ENC1_MUX 0 |
| 32 | #define OPT_ENC2_MUX 4 | 29 | #define OPT_ENC2_MUX 4 |
| 33 | 30 | ||
| 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); | 31 | 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 | 32 | ||
| 39 | #define LAYOUT(BLL, BL, BM, BR, BRR, BF, BB, BDPI) \ | 33 | #define LAYOUT(BLL, BL, BM, BR, BRR, BF, BB, BDPI) \ |
| 40 | { {BL, BM, BR, BF, BB, BRR, BLL, BDPI}, } | 34 | { {BL, BM, BR, BF, BB, BRR, BLL, BDPI}, } |
