fohat wrote:That seems crazy expensive, unless you are in a hurry.
Yes, you're right and I am not in a hurry. I lived 30+ years without a panel mount DIN-5 240 degrees female connector, I can probably wait another month

Also, this is not the only component that I need so buying everything on Digikey will be costly in the end.
fohat wrote:I never intended to use the box for multiple connections. I know that a motherboard will not recognize more than 1 Teensy, but it would be great if multiple keyboards connected to the same Teensy did not confuse it.
I think it could work to have multiple keyboards share the same Teensy. When configured as a HID device, you plug the Teensy in the computer and the operating system loads built-in drivers automatically.
The wiring from the connectors (DIN-5, PS/2, RJ-45, etc.) to the Teensy would be very similar from what you did, but the PWR/GND wires must be plugged into relays with a switch to select which keyboard receives power from the Teensy.
With the Soarer firmware installed on the Teensy, I think the keyboard must be plugged before the Teensy is powered so an idea would be to reset the Teensy when switching keyboard.
I will to produce a schematic for this idea, if what I'm saying makes sense...
Darkshado wrote:Modifying the internals to make an internal USB conversion is completely reversible on the F122: the cable connects to the controller using standard pitch pin header connectors.
Thanks for the idea and help. For now I want to avoid making internals changes to the keyboard but if what I am trying to do doesn't work, I'll go that route.
That looks promising!