A library for programmatically interacting with the Logitech G203 Lightsync mouse.
git clone --recurse-submodules https://github.com/carlos-menezes/libg203lightsync.gitcd libg203lightsyncmkdir build && cd buildcmake ..cmake --build .
Check the examples folder for example usage of the library. The examples are excluded from the ALL target, thus, in order to build them, you must target them explicitly, e.g.:
cmake --build . --target set_solid_color google