(c) 2019 Will Roberts
Linux-compatible open-source libusb implementation similar to the ROG Aura Core software. Supports RGB keyboards with IDs 0b05:1854 (GL553, GL753), 0b05:1869 (GL503, FX503, GL703) and 0b05:1866 (GL504, GL703, GX501, GM501).
Usage:
rogauracore COMMAND ARGUMENTS
COMMAND should be one of:
single_static
single_breathing
single_colorcycle
multi_static
multi_breathing
red
green
blue
yellow
cyan
magenta
white
black
rainbow
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
tar xf rogauracore-1.0.tar.gz
cd rogauracore-1.0/
./configure
make
sudo make install
Clone the github repo and enter the top-level directory. Then:
autoreconf -i
./configure
make