Fixed link to keymap file.

This commit is contained in:
Tomek Rękawek 2016-11-24 23:33:17 +01:00
parent 4c0857fa04
commit abab4b77d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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](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.
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