Skip to content

Instantly share code, notes, and snippets.

@GauravShetty1016
Created September 4, 2017 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GauravShetty1016/48b64d0880707d732acee67b2f78d77e to your computer and use it in GitHub Desktop.
Save GauravShetty1016/48b64d0880707d732acee67b2f78d77e to your computer and use it in GitHub Desktop.
Script to get toggle keyboard backlight on an ASUS ROG 752 in Ubuntu
# Turn on
echo 2 | sudo tee /sys/class/leds/asus::kbd_backlight/brightness
#turn off
echo 0 | sudo tee /sys/class/leds/asus::kbd_backlight/brightness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment