atc1441 / CH559sdccUSBHost

USB host to Arduino Interface with the Cheap CH559 uC
GNU General Public License v3.0
222 stars 53 forks source link

USB protocol to PS/2 protocol #16

Open somhi opened 3 years ago

somhi commented 3 years ago

Hello! I'm thinking of two projects for CH559. I've got the electrodragon CH559 dev board.

Do you know of already made examples of these or the best approach to get there?

I've also posted this in the CH55x telegram group https://t.me/ch55x Join us there for discussion about the CH55x :) There we have Mr. kprasadvnsi who has been doing lot of work on this microcontroller https://github.com/kprasadvnsi/CH559_Doc_English

rasteri commented 1 year ago

I've been working on a fork that does PS/2 - https://github.com/rasteri/HIDman

somhi commented 1 year ago

It looks great!!