New to Bazzite, not new to linux. I am attempting to use OpenRGB to control my Logitech G915 wired keyboard LEDs. I used udevadm monitor --udev --property to determine the keyboards info. Appears that the udev rule located @ /usr/lib/udev/rules.d/60-openrgb.rules is not up to date or is incorrect.
1. Did this file exist on 1st boot? Feels like it had to be created after I installed openrgb from bazzar.
2. Because this is an immutable os, how would I go about changing the rules. (pls, point me in the right direction.)
3. Just looking to add the following after line 699:
SUBSYSTEMS=="usb|hidraw", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c359", TAG+="uaccess", TAG+="Logitech_G915TKL_Wireless_RGB_Mechanical_Gaming_Keyboard_Wired"
(the change being ATTRS{idProduct} is not "c33e" or "c343" but "c359")
I can add system hardware lists if you'd like, but I've seen the keyboard show up but just not register because the udev rules don't match.