Ps2x2pico Versions Save

USB keyboard/mouse to PS/2 interface converter using a Raspberry Pi Pico

1.0

4 weeks ago

Thanks to everyone for helping, debugging and testing!

ps2x2pico.uf2 uses the mouse rate set by the host PC ps2x2pico-100hz.uf2 uses fixed 100 Hz mouse rate, ignores host request ps2x2pico-200hz.uf2 uses fixed 200 Hz mouse rate, ignores host request

beta-0.9

3 months ago

This fixes two bugs regarding ghost mouse movement and key presses mentioned here: https://github.com/No0ne/ps2x2pico/issues/19

Still need to implement the mouse decoupling mentioned here: https://github.com/No0ne/ps2x2pico/issues/1#issuecomment-1849435280

beta-0.8

8 months ago

Backported from PiKVM Pico HID: https://docs.pikvm.org/pico_hid/

Please note that the keyboard and mouse clock/data lines have to be swapped from now on.

HV1 is now keyboard data HV2 is now keyboard clock HV3 is now mouse data HV4 is now mouse clock

beta-0.7

8 months ago

This is just a pre-release to announce a hardware change for the upcomming 1.0 version! Please note that the keyboard and mouse clock/data lines have to be swapped from now on.

HV1 is now keyboard data HV2 is now keyboard clock HV3 is now mouse data HV4 is now mouse clock

https://github.com/No0ne/ps2x2pico#usage

Version 1.0 will be released if the mouse translation is fully working on all my test machines.

beta-0.5

1 year ago

Thanks @serisman

alpha-0.2

1 year ago

Mouse wheel is now working, code still needs massive cleanup! Instructions: README.md