I designed a new version of my keypad adapter for the RC2014. The second circuit diagram is more detailed and mimics the layout of my breadboard.
Parts: four 10k resistors, 100nF capacitor, four diodes (e.g. 1N4448), 7495, 74125, 74138, matrix keypad with 4*4 buttons.
To read one row of the keypad:
1) Write 1, 2, 4 or 8 to any I/O port between 0x00-0x1f.
2) Read a byte from any of those I/O ports. The 4 least significant bits correspond to buttons on that keypad row.
#RC2014