Add consumer/system usage support.
This commit is contained in:
parent
e9af482690
commit
16ba9bda56
5 changed files with 141 additions and 38 deletions
|
@ -135,13 +135,6 @@ void mousekey_send(void)
|
|||
void mousekey_clear(void)
|
||||
{
|
||||
report = (report_mouse_t){};
|
||||
/*
|
||||
report.buttons = 0;
|
||||
report.x = 0;
|
||||
report.y = 0;
|
||||
report.v = 0;
|
||||
report.h = 0;
|
||||
*/
|
||||
}
|
||||
|
||||
static void mousekey_debug(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue