https://bugs.kde.org/show_bug.cgi?id=511786
--- Comment #5 from [email protected] --- (In reply to cwo from comment #4) > Hm, is it recognized as a regular keyboard? Are there maybe some keys that > work as a gamepad, and some that work as a keyboard? Physically, it is a standard 60% keyboard. It uses software (https://github.com/WootingKb/wooting-analog-sdk) to translate some keys into an analog "gamepad" functionality. I checked and I do not have this installed, nor is the "analog gamepad" mode within the firmware of the keyboard turned on. It seems my system simply detects it as a "generic 104-key pc" input, and i do not see any game controllers connected via the System Settings. Bazzite does include some udev rules to recognize both the normal and gamepad modes. I don't know enough about udev or kde to know if that is enough to cause this bug. This is the rule: # Wooting 60HE (ARM) SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1310", MODE="0660", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1310", MODE="0660", TAG+="uaccess" # Wooting 60HE (ARM) Alt-gamepad mode SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1311", MODE="0660", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1311", MODE="0660", TAG+="uaccess" # Wooting 60HE (ARM) 2nd Alt-gamepad mode SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1312", MODE="0660", TAG+="uaccess" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1312", MODE="0660", TAG+="uaccess" # Wooting 60HE (ARM) update mode SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="131f", MODE="0660", TAG+="uaccess" -- You are receiving this mail because: You are watching all bug changes.
