rdepena / node-dualshock-controller

Eventing API layer over HID for the Sony DualShock 3 and DualShock 4 controllers
208 stars 46 forks source link

Alternative DualShock4 controller configuration #52

Closed reeceaw closed 7 years ago

reeceaw commented 7 years ago

Seemed that none of the standard DualShock4 drivers worked on my system (Mac), so used node-hid to manually search for my controller - found that a different productId was needed, so added an alternative configuration for those who may encounter the same problem.

rdepena commented 7 years ago

Interesting, wonder if this is a new model of the DS4. Wonder if there is a something in the controller that could help spot a ("productId" : 1476) from a ( "productId" : 2508).

This could go in the readme to help people use the right config, I can send you a picture of the back panel of my controllers later today (to compare notes).

Thank you for your contribution (merging/releasing this weekend)