Santroller / Santroller

Firmware for using various microcontrollers as controllers.
https://santroller.tangentmc.net/
GNU General Public License v3.0
176 stars 24 forks source link

[Issue]: Missing Kick Pedal input on Blue Tooth Reciever for x-input Bluetooth recievers GH Drums #176

Closed tloftis closed 5 months ago

tloftis commented 5 months ago

Please describe your issue.

Pico Bluetooth receivers for Xinput Guitar Hero drums don't receive the Kick pedal input. With wired and bluetooth everything works as expected.

Not great at reading c, but I think the issue is the block below is missing the report out for the "leftShoulder" 'out->leftShoulder |= report->leftShoulder;' in the XBOX360 output_console_type block. https://github.com/Santroller/Santroller/blob/master/src/shared/main/shared_main.cpp#L836

Thank you very much

Version

10.1.66.0

What operating system are you using?

Windows 11

os-other

No response

What microcontroller are you using?

pi pico

How is your controller programmed?

Direct

sanjay900 commented 5 months ago

Yeah that looks like it's probably the issue I'll fix it tomorrow

On Wed, 22 May 2024, 12:19 am tloftis, @.***> wrote:

Please describe your issue.

Pico Bluetooth receivers for Xinput Guitar Hero drums don't receive the Kick pedal input. With wired and bluetooth everything works as expected.

Not great at reading c, but I think the issue is the block below is missing the report out for the "leftShoulder" 'out->leftShoulder |= report->leftShoulder;' in the XBOX360 output_console_type block.

https://github.com/Santroller/Santroller/blob/master/src/shared/main/shared_main.cpp#L836

Thank you very much Version

10.1.66.0 What operating system are you using?

Windows 11 os-other

No response What microcontroller are you using?

pi pico How is your controller programmed?

Direct

— Reply to this email directly, view it on GitHub https://github.com/Santroller/Santroller/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOGYQEJH7JLGKR7WSMVMP3ZDM3WLAVCNFSM6AAAAABIBQEGDKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDQMJXGA3DSMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sanjay900 commented 5 months ago

Im sort of surprised orange isnt missing too, since rightShoulder was also missing added both in v10.1.67, which is building at the moment