1
0
Fork 0

Add consumer/system usage support.

This commit is contained in:
tmk 2012-10-09 13:48:39 +09:00
parent e9af482690
commit 16ba9bda56
5 changed files with 141 additions and 38 deletions

View file

@ -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)