rumplestilzken / gargoyle_lineageos20

LineageOS 20 TrebleDroid releases for Unihertz devices
68 stars 0 forks source link

Options for keyboard backlight #43

Open NotAlexNoyle opened 9 months ago

NotAlexNoyle commented 9 months ago

I'd like the ability to turn on the keyboard backlight whenever my screen is on. Others may want the ability to turn off the backlight completely. I suggest adding a settings panel to control it.

mddvul22 commented 8 months ago

Stock also had a way to make the backlight adjustable, so that in bright lighting, it was practically off but was on in darker light or darkness. That would be a cool setting to have back.

rumplestilzken commented 8 months ago

su -c "while true; do echo 0 > /sys/class/leds/button-backlight/brightness; sleep 10; done"