• Added the ability to bind the paddles and L4/R4 buttons on the 8BitDo Ultimate 2 Wireless Controller when connected via Bluetooth

  • Added the ability to bind the paddles on the 8BitDo Pro 2 Controller when in DirectInput mode

  • Added the ability to bind the paddles and C/Z buttons on the FlyDigi Vader series controllers

  • Added the ability to bind the paddles on the FlyDigi Apex series controllers

  • Fixed input when using the latest firmware for the Mayflash GameCube adapter

  • vividspecter@lemm.eeOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    FlyDigi Vader 4 Pro now working for me. A few things that are needed:

    • Controller must be in PC/Dinput mode, blue led (hold O + A to switch)
    • Don’t enable the built in gyro mode in the Windows app as it might cause problems
    • Udev rule:

    KERNEL=="hidraw*", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2412", MODE="0666"

    (get the idVendor and idProduct from lsusb if you have a different controller)

    • Some (patched) versions of xpad/xpadneo might conflict with it. If you’re using the stock versions it should be okay.
    • Your user might need to be in the input group.

    One last thing that may or may not be needed is that I installed the SpaceStation app on Windows to test some things. It started working after that but I can’t recall if I force reloaded the udev rule so it might have just been the reboot that fixed it.

    Anyway, now I have gyro + all extra buttons working with Steam Input.

    See here for further discussion: https://github.com/paroj/xpad/pull/268