Skip to content

Arduino project that allows to connect a PS2 keyboard to Macintosh Plus

Notifications You must be signed in to change notification settings

smartwanwan/mac-plus-ps2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

macplus-ps2.jpg

Connecting to Macintosh Plus

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

  1. Vcc -> Vin
  2. +DATA -> pin D5,
  3. +CLK -> pin D6,
  4. GND -> GND.

Connecting to PS/2 keyboard

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

  1. +DATA -> pin D3,
  2. (not connected),
  3. GND -> GND,
  4. Vcc -> +5V,
  5. +CLK -> pin D2,
  6. (not connected)

References

About

Arduino project that allows to connect a PS2 keyboard to Macintosh Plus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • C 10.3%