added initial support of mousekeys to ps2_vusb

This commit is contained in:
tmk 2011-02-03 13:26:44 +09:00
parent 4f5f1a53d4
commit 0632618d29
14 changed files with 676 additions and 270 deletions

7
ps2_vusb/host_vusb.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef HOST_VUSB_H
#define HOST_VUSB_H
void host_vusb_keyboard_send(void);
#endif