1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-08-13 15:43:47 -04:00
Arduino-USB-HID-RetroJoysti.../Keyboard_PS2
2016-10-24 09:41:42 +03:00
..
PS2Keyboard_mcgurk.zip Add files via upload 2016-10-23 22:35:31 +02:00
README.md Update README.md 2016-10-24 09:41:42 +03:00
RetroJoystickAdapter_PS2-keyboard.ino Update RetroJoystickAdapter_PS2-keyboard.ino 2016-10-24 00:00:28 +03:00

PS/2 keyboard as 4 USB-joysticks

PS2-adapter

Needs Atmega32u4 (e.g. Arduino Leonardo).

Needs custom ps2-library (PS2Keyboard_mcgurk.zip, unzip to libraries-folder).

Clock-signal must be in pin 2 (because of interrupts).

Edit button assignments manually. Assignments are in the end of source file.

#define DEBUG if you want to see codes in console.

Joystick 1:

arrows = up/down/left/right
R-ctrl = a
alt gr = b
enter = start
R-shift = select

Joystick 2:

W/S/A/D = up/down/left/right
L-ctrl = a
L-alt = b
tab = start
L-shift = select

http://playground.arduino.cc/Main/PS2Keyboard

http://www.computer-engineering.org/ps2protocol/

http://www.computer-engineering.org/ps2keyboard/scancodes2.html