geekhack

geekhack Projects => Making Stuff Together! => Topic started by: comblups on Fri, 17 February 2017, 16:50:05

Title: Two keyboards (PS/2 + ADB) on one Teensy 2.0? (tmk_keyboard)
Post by: comblups on Fri, 17 February 2017, 16:50:05
Hi,

I'm a complete noob, when it comes to microcontrollers, so I thought, before I dive into it I better ask if it is possible at all: I have PS/2 keyboards and ADB keyboards, and sometimes I'd like to switch between them without unplugging them. ADB needs the Vcc pin, the Gnd pin and two "normal" pins on the Teensy, PS/2 needs Vcc and Gnd as well. Would it work to solder an ADB port and a PS/2 port to the Teensy, flash it with a modified firmware and use two keyboards at the same time (over one USB port that would mean)?
Title: Re: Two keyboards (PS/2 + ADB) on one Teensy 2.0? (tmk_keyboard)
Post by: ErgoMacros on Fri, 17 February 2017, 17:44:17
My guess, you'd be happier using one Teensy on each, and if you want to switch between just plug them both in. (Adding a USB hub if needed.)

More, but less complex hardware, less software, less power requirements per USB connector.