diff options
Diffstat (limited to 'quantum/mousekey.c')
-rw-r--r-- | quantum/mousekey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/mousekey.c b/quantum/mousekey.c index 99bfd6b96..c2291fb39 100644 --- a/quantum/mousekey.c +++ b/quantum/mousekey.c | |||
@@ -486,3 +486,5 @@ static void mousekey_debug(void) { | |||
486 | print_dec(mousekey_accel); | 486 | print_dec(mousekey_accel); |
487 | print(")\n"); | 487 | print(")\n"); |
488 | } | 488 | } |
489 | |||
490 | report_mouse_t mousekey_get_report(void) { return mouse_report; } | ||