pc keyboard interfacing with 8051
For interfacing an existing PS/2 keyboard to a host providing only an USB connector, you could use a WCH CH55x, and bit-bang the PS/2 interface. (For the clock pin, you'll want to use a pin that supports an interrupt on the falling edge, to detect when the host wants to send ...