Xinput mode Bus 001 Device 041: ID 2dc8:310b 8BitDo 8BitDo Ultimate 2 Wireless Controller for PC
Dinput mode Bus 001 Device 043: ID 2dc8:6012 8BitDo 8BitDo Ultimate 2 Wireless Controller for PC
I have tried udevrules
cat /etc/udev/rules.d/71-8bitdo-u2w.rules ─╯
# 2.4GHz/Dongle
KERNEL=="hidraw*", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
# Bluetooth
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
ran this
╰─ sudo udevadm control --reload-rules ─╯sudo udevadm trigger
Sadly when I turn on my controller, it still defaults to xinput
Please help me get this to work as a dinput by default since I prefer it and do not want to turn it on holding home and b
