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
Failed to generate hash of commit
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; }