mirror of
https://github.com/trekawek/mac-plus-ps2.git
synced 2025-02-05 16:30:31 +00: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:
- Vcc -> +5V
- +DATA -> pin 5,
- +CLK -> pin 6,
- GND -> GND.
The order of RJ10 pins is the same as in the computer connector:
Connecting to PS/2 keyboard
For the Mini-DIN 6 plug, pins should be connected as follows:
- +DATA -> pin 2,
- -,
- GND -> GND,
- Vcc -> +5V,
- +CLK -> pin 3,
-
Pinout for the female connector from front (copied from Wikipedia):
References
- Similar project based on stm32f0discovery kit,
- Mac Plus technical information - contains the description of the protocol,
- Mac Plus scancodes.
Description
Languages
C++
89.7%
C
10.3%