This is a library to control modern Asus mice
| Symbol | Meaning |
|---|---|
| ✔ | This device is fully implemented. |
| ⚙ | This device is partially implemented. Work in progress. |
| Device | Support |
|---|---|
| Asus ROG Chakram X1 | ⚙ |
| Asus ROG Spatha X | ⚙ |
| Asus ROG Keris Wireless AimPoint | ⚙ |
| Asus ROG Pugio | ⚙ |
Feature support for every device is specified here
To install into /usr/local, run:
mkdir build; cd build
cmake ..
make
sudo make install
The install directory can be changed using the -DCMAKE_INSTALL_PREFIX parameter for cmake.
If you want to dynamically link the library in a project, use the option -DCMAKE_INSTALL_PREFIX=/usr
To install run this in a command line, in the folder of this project.
If you want to install into C:\Program Files you need to launch the shell with admin rights.
mkdir build
cd build
cmake ..
cmake --build ./ --config Release
cmake --install ./ --prefix "path/to/install"
Footnotes
-
Also available as Asus ROG Chakram X Origin, but exactly the same besides lacking Qi charging ↩