diff --git a/README.md b/README.md index ad9d7ad..dbc2ab2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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](mac_plus_ps2/keymap.ino) file. Sketch uses a modified version of the [PS2Keyboard Library](http://www.pjrc.com/teensy/td_libs_PS2Keyboard.html) --- 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: diff --git a/doc/arduino-ps2.jpg b/doc/arduino-ps2.jpg new file mode 100644 index 0000000..19dc12b Binary files /dev/null and b/doc/arduino-ps2.jpg differ