Giter Site home page Giter Site logo

roccat_mouse_rgb's Introduction

roccat_kone_aimo

A few bits of code to set RGB leds on a Rocca Kone Aimo mouse.
And since 2021, other Rocca Kone * mice might also work.

Meant for linux, the python scripts might work on windows.


The cpp tool roccat_kone_aimo_rgb_tool.cpp is recommended, it's fast enough to be used in scripts for nice led animations.

Or just to disable the leds (Set all to 0).

It only works with the hidraw driver on linux.
Build and usage instructions can be found in the source file.


aimo_animate_example.py is meant to be used with the cpp tool to make animations.

aimo.py can set colors on its own, but cannot be used to animate leds under linux, because libusb cannot do that.


To compile the cpp tool:
g++ roccat_kone_aimo_rgb_tool.cpp -o roccat_kone_aimo_rgb_tool -I/usr/include -O3 -march=native
Use the tool to set all leds to a nice red:
./roccat_kone_aimo_rgb_tool /dev/hidraw0 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00 FF 00 00
To use a single color for all LEDs you may use the shorthand version:
./roccat_kone_aimo_rgb_tool /dev/hidraw0 FF 00 00

For more infos read the sources.

USB Captures provided by Metaln00b.

roccat_mouse_rgb's People

Contributors

bsvdoom avatar ninnghazad avatar smalljoker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.