You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks so much for making blight! I've been using it indirectly with SwayOSD.
I've got an ASUS laptop which has Screenpad 2.0 (trackpad as a second display) as well as got keyboard backlighting. It's got these device files respectively for it under /sys/class/leds/:
$ ls /sys/class/ledsasus::screenpadasus::kbd_backlight
both these subdirectories have brightness and max_brightness files too.
For experimenting with blight, I changed the following line to /sys/class/leds:
I did realise that the interface to control LEDs is similar. Yes, the plan is to eventually add support for them in blight, hopefully in the next release.
But I don't know when that will be, because I'm somewhat occupied with work and other projects. PRs are always welcome :)
Hi, thanks so much for making blight! I've been using it indirectly with SwayOSD.
I've got an ASUS laptop which has Screenpad 2.0 (trackpad as a second display) as well as got keyboard backlighting. It's got these device files respectively for it under
/sys/class/leds/
:both these subdirectories have
brightness
andmax_brightness
files too.For experimenting with blight, I changed the following line to
/sys/class/leds
:blight/src/lib.rs
Line 54 in 37a6579
and I was able to control both trackpad display's brightness as well as keyboard backlighting respectively fine using:
Is it planned to include device files from
/sys/class/leds/
(in addition to/sys/class/backlight/
) here in blight's main source repo?The text was updated successfully, but these errors were encountered: