An open API service indexing awesome lists of open source software.

https://github.com/aaronc81/grgbrb

Logitech G RGB control for Ruby
https://github.com/aaronc81/grgbrb

Last synced: 3 months ago
JSON representation

Logitech G RGB control for Ruby

Awesome Lists containing this project

README

          

# GRGBRB (G RGB for Ruby)

GRGBRB is a Ruby library for controlling the RGB LEDs on Logitech G series
gaming hardware.

It's currently very basic and has only been tested with a G502 gaming mouse.

## Installation
```
gem install grgbrb
```

## Example
```ruby
require 'grgbrb'

GLed.init
GLed.set_color 100, 0, 0
```