# README
sys76-kb
This is app is still a work-in-progress. The goal is to create a robust tool for managing the RGB keyboard on System76 laptops. The only method System76 provides for changing the colors and brightness of the keyboard is via built-in keys. This app aims to give users greater control over the keyboard.
Only tested on the Darter, but it should work on other System76 models.
Requires sudo privs to modify the backlight files in /sys/class/leds/system76
usage
## help menu
$ sudo sys76-kb
## set color to red
$ sudo sys76-kb set -c red
## set brightness
$ sudo sys76-kb set -b 255
## set color and brightness
$ sudo sys76-kb set -c pink -b 127
## run a infinite rainbow in the background
$ sudo sys76-kb run -p rainbow &
## run a infinite pulse in the background
$ sudo sys76-kb run -p pulse &
future plans
- more cli functionality
- custom hex values
- pre-built RGB patterns