CrazyRedMachine / LUFAHybridFightstick

Nintendo switch AND XInput controller for Arduino Leonardo and Pro Micro
GNU General Public License v3.0
52 stars 16 forks source link

PS Support Question #6

Closed wanildopneto closed 3 years ago

wanildopneto commented 3 years ago

Hello, Would it be possible to add PS4/PS5 support by using the same method that made the Switch mode work? IE, all the device descriptor stuff plus adding Direct Input support?

CrazyRedMachine commented 3 years ago

Hi, unfortunately not, PS4/5 works differently (controller has a private key which is used to authenticate during the pairing process, and it would be illegal to publish firmware code containing such data). This is why a lot of commercial ps4 adapters require a real controller to plug on the adapter to perform auth passthrough.