Skip to content

Repository files navigation

OpenAsusMouseDriver

This is a library to control modern Asus mice

Supported Devices

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

Building

Unix / Mac

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

Windows

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

  1. Also available as Asus ROG Chakram X Origin, but exactly the same besides lacking Qi charging

About

Control Asus mice

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages