> I have done ADB on a tiny 44, there is no reason to deal with the high pin count or large ram of a mega, my virtual serial host doesnt even use a arduino mega, fits all in a 328p
The Teensy-based adapter I make turns the IIc or IIe *into* a USB keyboard.
The other board that connects a USB keyboard to the IIe uses an ATMega328, mostly to address the lines necessary to hook up the 26 pins on the IIe keyboard connector. The board it's mated to is the Circuits@Home USB host shield mini, which handles the USB host duties. That will be swapped out with an ADB connector, and there should be enough pins to spare on the ATMege328 to decode the serial signal, as well as turn it into keystrokes to send to the IIe.
It'll have to wait until after KFest, though...