Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Firmware/RP2040/src/USBHost/HardwareIDs.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,16 @@ static const HardwareID PSCLASSIC_IDS[] =
static const HardwareID SWITCH_PRO_IDS[] =
{
{0x057E, 0x2009}, // Switch Pro
{0x057E, 0x2009} // Mytrix Sakura Nintendo Switch Controller (Wired)
// {0x20D6, 0xA711}, // OpenSteamController, emulated pro controller
};

static const HardwareID SWITCH_WIRED_IDS[] =
{
{0x20D6, 0xA719}, // PowerA wired
{0x20D6, 0xA713}, // PowerA Enhanced wired
{0x0F0D, 0x0092}, // Hori Pokken wired, I don't have this one so not 100% on if it'll work
{0x045E, 0x028E} // DATA FROG Nintendo Switch Pro Controller (Wired)
{0x0F0D, 0x0092}, // Hori Pokken Tournament Pro
{0x0F0D, 0x00C1}, // Hori Pokken Horipad
};
Expand Down Expand Up @@ -86,4 +89,4 @@ static const HostTypeMap HOST_TYPE_MAP[] =
{ N64_IDS, sizeof(N64_IDS) / sizeof(HardwareID), HostDriverType::N64 },
};

#endif // _HW_ID_H_
#endif // _HW_ID_H_