No0ne
No0ne
Yes that should be possible, but a much quicker solution would be to connect a second PS/2 to the mouse port like I did [here](https://github.com/No0ne/ps2x2pico/issues/82).
These second set of wires I used from the keyboard connector so I can use combo ports mostly found on notebooks. Can you try a wired USB mouse alone and...
Ok I'll continue on that. I did a larger refactor, please make a new **ps2 passthru branch** in the kvmd repo and I'll make a new pull request. But first...
Hi, I'm in the process of upgrading to the latest Pico-SDK and TinyUSB library. This sounds like a library issue, I'll come back to you when its done.
I've updated to the latest pico-sdk, tinyusb and pio-usb version! If you want you can test this: https://github.com/No0ne/itxllama/tree/main/rp2040/build
Hi, I'm actually using this already for the ITX-Llama integration: https://github.com/eivindbohler/itxllama/pull/2 Here a patch for TinyUSB is needed to activate both native and PIO USB ports. I think this would...
Currently both PIOs are used for PS/2 output and input. So either PS/2 input has to be disabled or a Pico 2 (RP2350) will be needed.
Yes thats what I'm doing on the ITX-Llama. There is no PS/2 input/passthru on the ITX-Llama, but the normal ps2x2pico has that feature enabled.
Yes, its already working, one PIO is used for output and one for input. If the input is disabled it can be used for USB as seen on the ITX-Llama....
I don't have any schematic as I don't have any KiCAD skills, but we can agree on using GPIO16/17 and GPIO18/19 as D+/D- and I'll send you a testing firmware...