-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I was able to compile my Xbox DDR Pad. It detects my Controller but when i press any of the Buttons or Arrows it Disconnects and then Reconnects a few seconds later.
These are the only changes i did:
Inside XboxController.cpp i added:
{0x1430, 0x1000}, // Xbox DDR Pad
{0x1430, 0x8888}, // Redoctane Xbox DDR
Inside install drivers.bat i added:
wdi-simple --vid 0x1430 --pid 0x1000 --type 0 --name "Xbox DDR Pad"
wdi-simple --vid 0x1430 --pid 0x8888 --type 0 --name "Redoctane Xbox DDR"
Metadata
Metadata
Assignees
Labels
No labels