-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right stick not work. #45
Comments
According to your HID profile, it should be Z, Rz.
(Make sure to write it in the correct ini section) Let me know if it works and please share your final config.ini file (I will integrate your controller to the master branch) |
not working |
Could you please provide the logs when you move the right stick ? Procedure:
|
Any progress on this issue ? |
I will try your steps a few days later,since busy these days,device is not with me.sorry |
syscon.zip |
Thank you for the logs it was helpful. I found the root cause of this issue, here is a new version that should fix your issue. Let me know if it works. Thanks |
it really works!good job! I am curious,what case this problem? and there is another problem center button(like Xbox Guide Button) not work,i uploaded log. |
Great to hear it works. The problem was an issue in the HID library I used that didn't properly parsed your controller HID report. |
after fixed problem #40 ,I found that the right stick not work. I tried config rstick_left=
rstick_right=
rstick_up=
rstick_down= with Z, -Z, Rz, -Rz, Rx, -Rx, Ry, -Ry, Slider, -Slider, Dial, -Dial ,all is not work. how to solve this ?
The text was updated successfully, but these errors were encountered: