Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-04-07 00:58:28 +03:00
parent 7b8f1db9a5
commit 3a659aaf9d

View File

@ -1,7 +1,10 @@
# Thinkpad keyboard backlight brightness # Thinkpad keyboard backlight brightness
This service will set the keyboard backlight brightness based on ambient This systemd ervice will set the keyboard backlight brightness based on
light levels. ambient light levels.
This is initially designed for _Thinkpad X1 Yoga (gen3)_ but should work
on other devices with minor configuration tweaks.
## Install ## Install
@ -33,3 +36,13 @@ Environment=VALUE=1
$ sudo make uninstall $ sudo make uninstall
``` ```
## License
[BSD 3-Clause License](./LICENSE)
Copyright (c) 2024, Alex A. Naanou,
All rights reserved.
<!-- vim:set ts=4 sw=4 spell : -->