Arduino project that allows to connect a PS2 keyboard to Macintosh Plus
Go to file
Tomek Rękawek fc4f009c54 Added README
2016-11-24 23:20:26 +01:00
doc Added README 2016-11-24 23:20:26 +01:00
mac_plus_ps2 Moved the sketch to a subdirectory. 2016-11-24 23:20:20 +01:00
README.md Added README 2016-11-24 23:20:26 +01:00

Arduino-based PS2 -> Macintosh Plus keyboard adapter

This sketch allows to use a PS/2 keyboard with the Macintosh Plus. Mapping between PS/2 keys and Mac keys is stored in the keymap.ino file. Sketch uses a modified version of the PS2Keyboard Library --- all the logic except getScanCode() method have been stripped.

Connecting to Macintosh Plus

Get a phone cord with RJ10 plug and connect pin as follows:

  1. +5V,
  2. pin 5,
  3. pin 6,
  4. GND.

The order of RJ10 pins is the same as in the computer connector:

RJ10 pinout

Connecting to PS/2 keyboard

For the Mini-DIN 6 plug, pins should be connected as follows:

  1. pin 2,
  2. -,
  3. GND,
  4. +5V,
  5. pin 6,