Skip to content

Open source driver to control ASUS ROG GL553VE gaming notebook backlight.

License

Notifications You must be signed in to change notification settings

MidhunSureshR/openauranb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this do?

This is an open source user-space driver to control keyboard backlight on ROG GL553VE model laptops. No more booting to Windows just to change the backlight color!!

What devices does this support?

ROG GL553VE is the only device that this code has been tested on. However, you are free to test this driver with your laptop model.

For other models you can see this project.

How do I use this?

Build the project by running the build script:

./build.sh

Move to bin directory and run:

$ sudo ./openauranb color_code

Argument color_code must be in hex format without the '#'. For eg, If you wanted to make your backlight red (#FF0000), you would run:

$ sudo ./openauranb FF0000

You can use any color-picker to find hex code of your desired color.

My laptop is not supported. What can I do?

Your best option is to install wireshark (or any packet capturing software) and study how the colors are encoded in the packets.

About

Open source driver to control ASUS ROG GL553VE gaming notebook backlight.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published