Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
1 | Active |
A GNOME shell extension DS4 LED controller based on hid-sony (Dualshock 4) ATTENTION!!!! There is a change to the permissions of the led controlling files that can generate a security problem. Use wisely and on your own risk! INSTRUCTIONS In order for the extension to work properly download and intall FIRST the udev rule (10-ds4led.rules) and freeDS4leds (made executable) bash script: sudo cp /YOURDIRHERE/10-ds4led.rules /etc/udev/rules.d/ sudo cp /YOURDIRHERE/freeDS4leds /usr/local/bin/ Restart or sudo udevadm control --reload-rules For your information here are the rules you just installed: # DualShock 4 over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*054C:05C4*", SUBSYSTEMS=="hid", MODE="0660", RUN+="/usr/local/bin/freeDS4leds '%p'" # DualShock 4 Slim over bluetooth hidraw KERNEL=="hidraw*", KERNELS=="*054C:09CC*", SUBSYSTEMS=="hid", MODE="0660", RUN+="/usr/local/bin/freeDS4leds '%p'" Install the extension To-do list: need to test with different controllers Enjoy