Skip to content

Commit

Permalink
Update _input-table.mdx (#60)
Browse files Browse the repository at this point in the history
Updates the input table with RP2040 Advanced Breakout mappings
  • Loading branch information
TheTrainGoes authored Jul 30, 2024
1 parent 9693b80 commit 111dd76
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/snippets/_input-table.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
| GP2040-CE | XInput <br/> Xbox One | Switch | PS4 | PS3 | DirectInput | Arcade |
| --------- | --------------------- | ------- | -------- | -------- | ----------- | ------ |
| B1 | A | B | Cross | Cross | 2 | K1 |
| B2 | B | A | Circle | Circle | 3 | K2 |
| B3 | X | Y | Square | Square | 1 | P1 |
| B4 | Y | X | Triangle | Triangle | 4 | P2 |
| L1 | LB | L | L1 | L1 | 5 | P4 |
| R1 | RB | R | R1 | R1 | 6 | P3 |
| L2 | LT | ZL | L2 | L2 | 7 | K4 |
| R2 | RT | ZR | R2 | R2 | 8 | K3 |
| S1 | Back | Minus | Share | Select | 9 | Coin |
| S2 | Start | Plus | Options | Start | 10 | Start |
| L3 | LS | LS | L3 | L3 | 11 | LS |
| R3 | RS | RS | R3 | R3 | 12 | RS |
| A1 | Guide | Home | PS | PS | 13 | Home |
| A2 | - | Capture | Touchpad | - | 14 | - |
| GP2040-CE | XInput <br/> Xbox One | Switch | PS4 | PS3 | DirectInput | Arcade | RP2040 Advanced Breakout Board |
| --------- | --------------------- | ------- | -------- | -------- | ----------- | ------ | ------------------------------ |
| B1 | A | B | Cross | Cross | 2 | K1 | K1 |
| B2 | B | A | Circle | Circle | 3 | K2 | K2 |
| B3 | X | Y | Square | Square | 1 | P1 | P1 |
| B4 | Y | X | Triangle | Triangle | 4 | P2 | P2 |
| L1 | LB | L | L1 | L1 | 5 | P4 | P4 |
| R1 | RB | R | R1 | R1 | 6 | P3 | P3 |
| L2 | LT | ZL | L2 | L2 | 7 | K4 | K4 |
| R2 | RT | ZR | R2 | R2 | 8 | K3 | K3 |
| S1 | Back | Minus | Share | Select | 9 | Coin | S1 |
| S2 | Start | Plus | Options | Start | 10 | Start | S2 |
| L3 | LS | LS | L3 | L3 | 11 | LS | L3 |
| R3 | RS | RS | R3 | R3 | 12 | RS | R3 |
| A1 | Guide | Home | PS | PS | 13 | Home | A1 |
| A2 | - | Capture | Touchpad | - | 14 | - | A2 |

0 comments on commit 111dd76

Please sign in to comment.