hrvach / deskhop

Fast Desktop Switching Device
GNU General Public License v3.0
5.97k stars 168 forks source link

Feature Request: Add ps2x2pico functionality for PS/2 support on one or both PCs #4

Closed acuozzo closed 5 months ago

acuozzo commented 6 months ago

I regularly switch between a modern PC and an ancient one which only supports PS/2. In order to use my USB mouse and keyboard, I use ps2x2pico: https://github.com/No0ne/ps2x2pico

Since both projects use the pico, I figure it wouldn't be hard to integrate its codebase into yours in order to make PS/2 a possibility on one or both sides.

hrvach commented 6 months ago

This one relies on PIO and if I remember correctly, all of them are used up to do additional USB.

Bitbanging is always an option if I find anything to test on :-)

hrvach commented 5 months ago

Added to the list of feature requests and ideas.

https://github.com/hrvach/deskhop/discussions/27