CavEX/controls.md

63 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-07-09 08:45:47 -04:00
## Wii input config mapping
| Wiimote | config id |
| --- | :-: |
| dpad up | `0` |
| dpad down | `1` |
| dpad left | `2` |
| dpad right | `3` |
| A | `4` |
| B | `5` |
| 1 | `6` |
| 2 | `7` |
| plus | `8` |
| minus | `9` |
| home | `10` |
| Nunchuk | config id |
| --- | :-: |
| Z | `100` |
| C | `101` |
2023-10-12 10:55:06 -04:00
| joystick up | `900` |
| joystick down | `901` |
| joystick left | `902` |
| joystick right | `903` |
2023-07-09 08:45:47 -04:00
| Classic controller | config id |
| --- | :-: |
| dpad up | `200` |
| dpad down | `201` |
| dpad left | `202` |
| dpad right | `203` |
| A | `204` |
| B | `205` |
| X | `206` |
| Y | `207` |
| Z left | `208` |
| Z right | `209` |
| L full | `210` |
| R full | `211` |
| plus | `212` |
| minus | `213` |
| home | `214` |
2023-10-12 10:55:06 -04:00
| L joystick up | `910` |
| L joystick down | `911` |
| L joystick left | `912` |
| L joystick right | `913` |
| R joystick up | `920` |
| R joystick down | `921` |
| R joystick left | `922` |
| R joystick right | `923` |
2023-07-09 08:45:47 -04:00
| Guitar Hero 3 | config id |
| --- | :-: |
| yellow | `300` |
| green | `301` |
| blue | `302` |
| red | `303` |
| orange | `304` |
| plus | `305` |
| minus | `306` |
| strum up | `307` |
| strum down | `308` |