Skip to content

adolfojmnz/asus-rgb-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASUS Keyboard RGB Lights Changer

The main.py file includes a series of utilities to set different colors in a ASUS RGB Keyboard. The db.py file includes utilities to create a SQLite3 db and populate it with the data in the colors.csv file.

Usage

The main.py utitlies can check on the database the current active color, the next color, the previous color and specif colors.

Set the next color

python main.py --next

Set the previous color

python main.py --prev

Set a specific color

python main.py --color 25

Requirements

Asus-Linux

The library asus-linux is required. Follow their guides on how to install the library.

Sqlite3

The sqlite3 library is required. It is probably included in most distros' package manager, but check the official website for general guidence. Sqlite3

About

ASUS Keyboard RGB Lights Changer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages