Skip to content
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

Logitech F310 Cannot hold Inputs #31

Open
HeyItsJono opened this issue Feb 13, 2019 · 1 comment
Open

Logitech F310 Cannot hold Inputs #31

HeyItsJono opened this issue Feb 13, 2019 · 1 comment

Comments

@HeyItsJono
Copy link

A Logitech F310 plugged directly into the Wii U runs into issues in games such as SSB4. If you try to hold a button to use it (e.g. holding bumpers/triggers for shield, holding left stick for movement, holding right stick for smash attack), it inputs it once and does nothing else. Is there any way to fix this? Attached is my config.

LogitechF310.txt

@Maschell
Copy link
Owner

Maschell commented Feb 13, 2019

Try to replace the

VPAD_BUTTON_A       = 0x04,0x48
VPAD_BUTTON_B       = 0x04,0x28
VPAD_BUTTON_X       = 0x04,0x88
VPAD_BUTTON_Y       = 0x04,0x18

with

VPAD_BUTTON_A       = 0x04,0x40
VPAD_BUTTON_B       = 0x04,0x20
VPAD_BUTTON_X       = 0x04,0x80
VPAD_BUTTON_Y       = 0x04,0x10

but that's probably not the whole issue. I bet the controller is only sending changes, instead of sending the current state constantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants