tmk_keyboard/ps2_vusb
2011-02-22 03:09:09 +09:00
..
config.h host interface for pjrc 2011-02-22 03:09:05 +09:00
keymap.c refactor keyboard.h, host.h 2011-02-22 03:09:02 +09:00
led.c added protocol stack: pjrc, vusb 2011-02-22 03:08:59 +09:00
main.c PS/2: request to resend when error is occured. 2011-02-22 03:09:09 +09:00
Makefile host interface for pjrc 2011-02-22 03:09:05 +09:00
matrix.c refactor keyboard.h, host.h 2011-02-22 03:09:02 +09:00
README host interface for pjrc 2011-02-22 03:09:05 +09:00
usart_print.c added PS/2 to USB converter use V-USB as protocol stack 2011-02-22 03:08:49 +09:00
usart_print.h added PS/2 to USB converter use V-USB as protocol stack 2011-02-22 03:08:49 +09:00
usbconfig.h PS/2 library receives data partially by interrupt 2011-02-22 03:08:54 +09:00

PS/2 to USB keyboard converter with V-USB
=========================================
2011/02/07

NOT COMPLETED
development was suspended.

TODO:
PS/2 library:   losts data from keyboard occasionally,
                should use interrupt thoroughly for communication.

Code cleaning:  merge code changed here to other subprojects and common modules.