mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-24 10:02:18 -05:00
Update README.md
This commit is contained in:
parent
6b40de8b9a
commit
d060e0f881
@ -12,7 +12,7 @@ Edit button assignments manually. Assignments are in the end of source file.
|
|||||||
|
|
||||||
`#define DEBUG` if you want to see codes in console.
|
`#define DEBUG` if you want to see codes in console.
|
||||||
|
|
||||||
Joystick 1:
|
Joystick 0:
|
||||||
```
|
```
|
||||||
arrows = up/down/left/right
|
arrows = up/down/left/right
|
||||||
R-ctrl = a
|
R-ctrl = a
|
||||||
@ -21,7 +21,7 @@ enter = start
|
|||||||
R-shift = select
|
R-shift = select
|
||||||
```
|
```
|
||||||
|
|
||||||
Joystick 2:
|
Joystick 1:
|
||||||
```
|
```
|
||||||
W/S/A/D = up/down/left/right
|
W/S/A/D = up/down/left/right
|
||||||
L-ctrl = a
|
L-ctrl = a
|
||||||
@ -30,6 +30,24 @@ tab = start
|
|||||||
L-shift = select
|
L-shift = select
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Joystick 2:
|
||||||
|
```
|
||||||
|
I/K/J/L = up/down/left/right
|
||||||
|
M = a
|
||||||
|
N = b
|
||||||
|
O = start
|
||||||
|
U = select
|
||||||
|
```
|
||||||
|
|
||||||
|
Joystick 3:
|
||||||
|
```
|
||||||
|
keypad 8/5/4/6 = up/down/left/right
|
||||||
|
keypad 0 = a
|
||||||
|
keypad , = b
|
||||||
|
keypad enter = start
|
||||||
|
keypad + = select
|
||||||
|
```
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
http://playground.arduino.cc/Main/PS2Keyboard
|
http://playground.arduino.cc/Main/PS2Keyboard
|
||||||
|
Loading…
Reference in New Issue
Block a user