Skip to content

Control keyboard backlight on an ASUS UX301L notebook.

License

Notifications You must be signed in to change notification settings

jaccovanschaik/kbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kbl

Control keyboard backlight on an ASUS UX301L notebook.

The ASUS UX301L notebook has 4 levels of keyboard backlight, but it wasn't working for me on a vanilla xubuntu install. So I made this little program.

It can be called in one of these three ways:

kbl <brightness>
where <brightness> is a number from 0 to 3 inclusive. This sets the brightness directly.
kbl --
This reduces the brightness by one step.
kbl ++
This increases the brightness by one step.

It works by reading and writing the "/sys/class/leds/asus::kbd_backlight/brightness" file.

About

Control keyboard backlight on an ASUS UX301L notebook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published