I just received my keyboard , it was functional but i wanted to set RGB to my liking and use some advanced features .So i tried chromium based browser and appimage wootility app to try that , but it did not worked . I set udev rules prior to receiving my keyboard , so all was set to be just plug and play .
After comparing logs with another wooting linux user ( he has a two HE v2 ) , we could not find what was wrong , i did everything per wooting website FAQ .
But i got a snnneaaking suspicion and after adding my 80HE to udev rules = bingo everything worked flawlessly.
add those two actives new lines in your wooting.rules file :
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1402", MODE:="0660", GROUP="input", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1402", MODE:="0660", GROUP="input", TAG+="uaccess"
i think FAQ need to be updated .
I am using Debian 12 (but i also think it does not matter what flavor you are using)