Skip to content

Releases: cow-killer/dualsense-led-configurator

v0.5

20 Feb 18:31
Compare
Choose a tag to compare

Well, it's been over a year since the last update, and to be honest, I've lacked interest in working on this. But thanks again to ivanbratovic, we have a new update in store!

If multiple DualSense controllers are connected, the program will prompt the user for which controller to configure:

Multiple controllers detected. Please select the one you want to use:
1.) d0:bc:c1:df:5c:2e
2.) d0:bc:c1:f1:7d:87
Select controller (1-2): 2
RGB set to 62 26 7

Additionally, some code has been cleaned up. While it might not benefit the end user necessarily, it's definitely helpful for people who may want to look into the code to add a pull request later on.

Calling for DualSense Edge owners: if you have said gamepad, I'd love it if you could test this program and see whether it works or not!

I think I may have renewed interest in working on this. In particular I'm thinking of:

  • Steam Deck support?
  • add DualSense Edge support if it doesn't already work
  • find a way to run the program without sudo access

v0.4

27 Jan 17:46
662c7fd
Compare
Choose a tag to compare

For a while this program couldn't be used due to a patch that removed the LED exposure. However, ivanbratovic made a PR that brings the LED exposure back. This PR also eliminated the need to manually input the MAC address in the script; it's detected automatically with find. Additionally, "some magic strings regarding the paths" were removed and instead extracted to variables.

Getting better, little by little!

So a quick summary:

  • LED exposure is back; the path is now in /sys/devices/
  • Automatic MAC address extraction

Please note: you cannot configure more than one gamepad at a time.

Thanks to ivanbratovic for the help, and everyone else who tested the PR to make sure this was stable before I merged into the main branch. If you come across any errors, feel free to submit a bug report.

v0.3

13 Feb 17:53
d0d7132
Compare
Choose a tag to compare
  • Further code cleanup by thats-the-joke, thanks for the help!!
  • Progress bar and disco functions no longer exit the program on Enter; it simply exits the loop (also done by thats-the-joke)

v0.2

05 Jan 22:10
50659dc
Compare
Choose a tag to compare
  • RGB color can now be set with a color dialog box
  • Added a slider option for manually setting RGB brightness
  • Program can now be closed by pressing Enter on the keyboard in the terminal window if the program goes through an endless loop
  • Minor code cleanup