udev rule for Corsair k70 RGB LUX

Hi! @CalcProgrammer1,

I noticed that even I have udev rules file, I couldn't control my keyboard without root permissions and I've found that my product id is different than in udev rule file.
There are several variations of the corsair k70 keyboards, and I think their product id is different for each variation. In my case, I have the k70 rgb lux version and the product id is 1b33. udev rule below is for k70 rgb lux (us layout) keyboard.

# Corsair k70 RGB LUX
SUBSYSTEM=="usb", ATTR{idVendor}=="1b1c", ATTR{idProduct}=="1b33", MODE="0666", TAG+="uaccess"

Maybe, you might want to add this to your rule file.

Edited by Uğur