[Keyboard][PloopyCo] Fix code for Mini and Nano Trackballs (#12889)

This commit is contained in:
Drashna Jaelre
2021-05-13 19:20:31 -07:00
committed by GitHub
parent f594b22332
commit a6807d1822
3 changed files with 26 additions and 47 deletions

View File

@@ -33,8 +33,6 @@
void process_mouse(report_mouse_t* mouse_report);
void process_mouse_user(report_mouse_t* mouse_report, int16_t x, int16_t y);
void process_wheel(report_mouse_t* mouse_report);
void process_wheel_user(report_mouse_t* mouse_report, int16_t h, int16_t v);
#define LAYOUT(k00) {{ KC_NO }}