Skip to content

Commit

Permalink
Update xpad.c
Browse files Browse the repository at this point in the history
Line 379 adds support for the bluetooth/hall effect stick variant of the 8bitdo Ultimate Controller
  • Loading branch information
jdarn committed Apr 12, 2023
1 parent 904be14 commit 5541b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpad.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ static const struct xpad_device {
{ 0x2563, 0x058d, "OneXPlayer Gamepad", 0, XTYPE_XBOX360 },
{ 0x2dc8, 0x2000, "8BitDo Pro 2 Wired Controller for Xbox", MAP_SELECT_BUTTON, XTYPE_XBOXONE },
{ 0x2dc8, 0x3106, "8BitDo Ultimate Wireless / Pro 2 Wired Controller", 0, XTYPE_XBOX360 },
{ 0x2dc8, 0x3109, "8BitDo Ultimate Wireless Bluetooth", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1100, "Wooting One", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1200, "Wooting Two", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1210, "Wooting Lekker", 0, XTYPE_XBOX360 },
Expand Down

0 comments on commit 5541b25

Please sign in to comment.