From 25c0e2a05ab1c1135257444bad6e7662283a9bb1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 7 Apr 2024 14:38:51 +0300 Subject: [PATCH] documented .conf... Signed-off-by: Alex A. Naanou --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7f16f6a..ef08c2d 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,10 @@ $ sudo make install ## Configure -```bash -$ sudo systemctl edit thinkpad-keyboard-brightness.service -``` +For device-specific configuration see: +[thinkpad-keyboard-brightness.conf](thinkpad-keyboard-brightness.conf) -Variables that can change depending on device -``` -[Service] -Environment=SENSOR=/sys/bus/iio/devices/iio:device2/in_illuminance_raw -Environment=TRIGGER=/sys/class/leds/tpacpi::kbd_backlight/brightness -Environment=THRESHOLD=1500 -Environment=VALUE=1 -``` +This file lives in `/etc/thinkpad-keyboard-brightness.conf` ## Uninstall