mousekey: expose current report to users (#13069)

This commit is contained in:
Thomas Weißschuh
2021-07-03 09:50:47 +02:00
committed by GitHub
parent 3ab805fc67
commit b5c361542e
2 changed files with 8 additions and 5 deletions

View File

@@ -486,3 +486,5 @@ static void mousekey_debug(void) {
print_dec(mousekey_accel);
print(")\n");
}
report_mouse_t mousekey_get_report(void) { return mouse_report; }