forked from mirrors/qmk_userspace
mousekey: expose current report to users (#13069)
This commit is contained in:
parent
3ab805fc67
commit
b5c361542e
2 changed files with 8 additions and 5 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue