-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the input table with RP2040 Advanced Breakout mappings
- Loading branch information
1 parent
9693b80
commit 111dd76
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |