Luca Weiss
Luca Weiss
It's probably not too tricky to add support for this device yourself, see https://github.com/openrazer/openrazer/blob/master/DEVELOPMENT.md
Should be fairly straightforward to add support, copy paste an existing device (maybe the original Kraken Kitty) and make sure your device uses the following: * `MATRIX_DIMS = [1, 2]`...
While I'm personally not interested in working on this, please feel free to take the code and make it work! There's already some projects to make the OpenRazer code work...
Yes, most of the driver doesn't need to be a kernel driver, it's mostly just because of historic reasons. But however there are a few things that to my knowledge...
See e.g. https://github.com/openrazer/openrazer/blob/master/driver/razermouse_driver.c#L4427 or `razer_raw_event`/`razer_event` in `razerkbd_driver.c` for what input mangling needs to happen - at least if the device is switched to driver mode
Please see #2061 if you can find some workaround there. The key on OBS should be valid until 2025, no clue how to make the system pick that up.
With openrazer we don't have anything like that and since I also don't have any of these mice, it's difficult to investigate it. Do you know if something like that...
I doubt the mouse would send anything by default. And anyways all the input is actually handled by the main kernel (hid-generic), not our kernel modules. So there's nothing special...
I have no clue really tbh
Can you give some details what this thing is? What can you do with it / what is it used for?