jssting / ArduinoTec-Pedals

Arduino Leonardo project to mod Fanatec CSP V1 Pedals to replace the fanatec controller board
GNU General Public License v3.0
16 stars 6 forks source link

windows 10 didn't recognize as Joystick #6

Closed Guyllaume875 closed 2 years ago

Guyllaume875 commented 3 years ago

problem solved replace line 15 JOYSTICK_TYPE_MULTI_AXIS, 0, 0, by JOYSTICK_TYPE_JOYSTICK, 0, 0,

jssting commented 3 years ago

Good result, glad you got it sorted.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Guyllaume875 notifications@github.com Sent: Sunday, December 6, 2020 2:58:22 PM To: jssting/ArduinoTec-Pedals ArduinoTec-Pedals@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [jssting/ArduinoTec-Pedals] windows 10 didn't recognize as Joystick (#6)

problem solved replace line 15 JOYSTICK_TYPE_MULTI_AXIS, 0, 0, by JOYSTICK_TYPE_JOYSTICK, 0, 0,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jssting/ArduinoTec-Pedals/issues/6, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANJZ43J36ZRSSGBA6XJOM53STMFO5ANCNFSM4UPBV3XQ.

john- commented 2 years ago

@Guyllaume875 thanks for posting this. I needed to do the same change otherwise Windows did not see the Pro Micro as a joystick.

Is the original code needed for any current situation? I can submit a pull request but not sure if it needs to be configurable based on something (for example, library version).