A library for programmatically interacting with the Logitech G203 Lightsync mouse.
git clone --recurse-submodules https://github.com/carlos-menezes/libg203lightsync.git
cd libg203lightsync
mkdir build && cd build
cmake ..
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