Configure PS/2 mouse build options to onekey
Fix interrupt version of ps2.c
Add build options of ps2_mouse
Fix to build ps2_mouse with both LUFA and PJRC
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
Add PS/2 mouse configure to onekey
Fix delay of PS/2 mouse init
Wait for USB starting up to make debug print available
Tweak time values of busywait PS/2
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
Delete MOUSEKEY_DELAY_TIME in config.h
Change ADB scan delay 12ms
Make LUFA stack as default for ADB converter
Fix build error and debug print PJRC stack #69 #68
Add timeout option to MODS_ONESHOT #66