parent
6edaeaf02c
commit
1691a105fe
@ -1,3 +1,24 @@ |
||||
# Open Joystick Display Server NX |
||||
|
||||
This is a very simple system module that listens for Open Joystick Display to request controller inputs, and then send back the controller inputs to be displayed. To install simply put the contents of the zip file in the root of your SD card. Thanks to Jakibaki for most of the code in this and for the help on Discord. For more information on Open Joystick Display: [Click Here](https://ojdproject.com/) |
||||
|
||||
# Mappings |
||||
|
||||
| Button | Index | |
||||
|--------|-------| |
||||
| A | 0 | |
||||
| B | 1 | |
||||
| X | 2 | |
||||
| Y | 3 | |
||||
| L3 | 4 | |
||||
| R3 | 5 | |
||||
| L | 6 | |
||||
| R | 7 | |
||||
| L2 | 8 | |
||||
| R2 | 9 | |
||||
| PLUS | 10 | |
||||
| MINUS | 11 | |
||||
| LEFT | 12 | |
||||
| UP | 13 | |
||||
| RIGHT | 14 | |
||||
| DOWN | 15 | |
||||
|
Loading…
Reference in new issue