No0ne
No0ne
But the pinout is different (uses 26+27 and 16+27) so for rp2040 zero we'll have to compile a custom pico hid bridge.
Looks good, but you also need to disable and hardcode the jumper configurations since they share the same GPIOs like this: ```diff diff --git a/hid/pico/src/ph_outputs.c b/hid/pico/src/ph_outputs.c index 4ec40de5..472635a6 100644 ---...
I think you missed GPIO 7.
8 and 9 are also used for _USB_SET_MOUSE_REL_PIN and _USB_SET_MOUSE_W98_PIN. No, direct USB Input is not supported by the Pico HID, only via a PiKVM connection.
Yes this should work. But I thought you had PS/2 keyboard and a touchpad in the first place? Theres also the software route of enabling USB input on the Pico...
Please post a diagram which devices are connected how, thanks!
Ah I always thought this was a PS/2 KVM switch :D so debugging the PS/2 side won't do much here. This seems to be an issue with the TinyUSB library...
Ok thats definitely a TinyUSB issue. I don't know how to upgrade to the latest version within the Pico-SDK, maybe this would fix it. The initialization message only appears after...
Yes sounds like the same TinyUSB issue, I'll check if I can update this in Pico-SDK.
Thanks for the effort! Can you please provide the uf2 for @ssokolow to test with his KVM switch, I don't have the time right now to compile it, thanks!