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
Fix mod stuck of MODS_KEY when leaving layer #62
- Add action_util.c and remove action_oneshot.c
- Add oneshot_mods for MODS_ONESHOT
- Add weak_mods for MODS_KEY and MACRO
- weak_mods is cleared when layer switching