mx3000control
mx3000control copied to clipboard
libratbag integration?
Hi, libratbag developer here. libratbag [1] is a generic library (actually, a DBus daemon) for configurable mice to avoid the situation where every tool supports exactly one mouse and none are compatible. This issue is mostly to ask whether you're interested in integrating device support into libratbag.
Judging by the readme, the feature set you have is supported by libratbag, adding a driver to support this device should be relatively trivial, look at the src/driver-*.c
files for guidance.
bonus point - you'd get to use the libratbag UIs, which admittedly right now is just Piper :)
[1] https://github.com/libratbag/libratbag
Thank you for the information, I'm definitely interested in integrating support for this mouse in your library. I'll soon look into it and see what I can do.