aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ploopyco/trackball/trackball.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/ploopyco/trackball/trackball.h b/keyboards/ploopyco/trackball/trackball.h
index add2deb29..8452a78ee 100644
--- a/keyboards/ploopyco/trackball/trackball.h
+++ b/keyboards/ploopyco/trackball/trackball.h
@@ -33,8 +33,6 @@
33#define OPT_ENC1_MUX 0 33#define OPT_ENC1_MUX 0
34#define OPT_ENC2_MUX 4 34#define OPT_ENC2_MUX 4
35 35
36void process_wheel(report_mouse_t* mouse_report);
37
38#define LAYOUT(BL, BM, BR, BF, BB) \ 36#define LAYOUT(BL, BM, BR, BF, BB) \
39 { {BL, BM, BR, BF, BB}, } 37 { {BL, BM, BR, BF, BB}, }
40 38