Lauri Niskanen
Lauri Niskanen
Suddenly this problem started to occur for me. I fixed this with bluetoothctl and "remove MAC".
What replaced `hciconfig hciXXX up`?
What about `bluetoothctl` which also has `power on` command? One option is to check whether bluetooth is enabled, and fail with a help message if it needs to be enabled.
Evdev itself would allow rumble (force feedback) support. See [this](https://www.kernel.org/doc/Documentation/input/ff.txt) for information about it. However, `python-evdev` doesn't seem to support rumble, or at least it didn't in the past. [Here](https://github.com/gvalkov/python-evdev/pull/23)...
How slow ds4drv startup really is for you without this?
I would be ok with merging some `--dynamic` option that makes ds4drv do this. That said, I think games shouldn't assume that every joystick device is usable. People may have...
Also, if this is going to be refactored, I think it should be ``` button_l1 = KEY_UP ``` instead of ``` KEY_UP = button_l1 ```
Does the color change to red and blue when you set the color?
I would prefer this happening only when a controller is connected, not when changing the profile. Or, maybe there could also be a quick rumble when you change the profile,...
I played with the effect for a bit. I think it could be a lot quicker. In addition, full power `big_rumble` seems to be a bit annoying, especially if the...