This website works better with JavaScript
Home
Explore
Help
Sign In
cinaeco
/
qmk_firmware
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
239bdbf419
Branches
Tags
master
qmk_firmware
/
ps2_vusb
tmk
239bdbf419
PS/2: request to resend when error is occured.
15 years ago
..
Makefile
9a938eecbd
host interface for pjrc
15 years ago
README
9a938eecbd
host interface for pjrc
15 years ago
config.h
9a938eecbd
host interface for pjrc
15 years ago
keymap.c
2b8cd88ab1
refactor keyboard.h, host.h
15 years ago
led.c
acc974c64b
added protocol stack: pjrc, vusb
15 years ago
main.c
239bdbf419
PS/2: request to resend when error is occured.
15 years ago
matrix.c
2b8cd88ab1
refactor keyboard.h, host.h
15 years ago
usart_print.c
4f5f1a53d4
added PS/2 to USB converter use V-USB as protocol stack
15 years ago
usart_print.h
4f5f1a53d4
added PS/2 to USB converter use V-USB as protocol stack
15 years ago
usbconfig.h
04f351b802
PS/2 library receives data partially by interrupt
15 years ago
README
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.