diff options
author | tmk <nobody@nowhere> | 2011-02-13 00:15:51 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-02-22 03:09:05 +0900 |
commit | 9a938eecbd2b70c970992583b5c16da717d8e254 (patch) | |
tree | 22ac37491f88aa60d917a18696c93f61a429d43c /ps2_vusb/README | |
parent | 2b8cd88ab142068eed0a3f230a3de79deb567536 (diff) | |
download | qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.tar.gz qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.zip |
host interface for pjrc
Diffstat (limited to 'ps2_vusb/README')
-rw-r--r-- | ps2_vusb/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ps2_vusb/README b/ps2_vusb/README new file mode 100644 index 0000000000..7d4512a488 --- /dev/null +++ b/ps2_vusb/README @@ -0,0 +1,12 @@ +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. |