mirror of
https://github.com/flynx/thinkpad-keyboard-brightness.git
synced 2025-10-28 10:40:10 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9a5c775a19
commit
dc486bf01c
@ -5,19 +5,24 @@
|
|||||||
# one, if a specific sensor's output is to be use set this to an
|
# one, if a specific sensor's output is to be use set this to an
|
||||||
# explicit path to that sensor
|
# explicit path to that sensor
|
||||||
# NOTE: the device nubering may change on hardware change.
|
# NOTE: the device nubering may change on hardware change.
|
||||||
|
#
|
||||||
#SENSOR=/sys/bus/iio/devices/iio:device*/in_illuminance_raw
|
#SENSOR=/sys/bus/iio/devices/iio:device*/in_illuminance_raw
|
||||||
|
|
||||||
|
|
||||||
# Keyboard backlight LED path
|
# Keyboard backlight LED path
|
||||||
#
|
#
|
||||||
# NOTE: if your device has multiple keyboards connected this will select
|
# NOTE: if your device has multiple keyboards connected this will select
|
||||||
# the first one, if this is not desired set this to a specific
|
# the first one, if this is not desired set this to a specific
|
||||||
# value for the device to be controlled.
|
# value for the device to be controlled.
|
||||||
|
#
|
||||||
#TRIGGER=/sys/class/leds/*::kbd_backlight/brightness
|
#TRIGGER=/sys/class/leds/*::kbd_backlight/brightness
|
||||||
|
|
||||||
|
|
||||||
# Sensor threshold at which the backlight is switched on
|
# Sensor threshold at which the backlight is switched on
|
||||||
#
|
#
|
||||||
#THRESHOLD=2000
|
#THRESHOLD=2000
|
||||||
|
|
||||||
|
|
||||||
# Threshold hysteresis
|
# Threshold hysteresis
|
||||||
#
|
#
|
||||||
# This value is added to the THRESHOLD value to calculate the off
|
# This value is added to the THRESHOLD value to calculate the off
|
||||||
@ -25,6 +30,7 @@
|
|||||||
#
|
#
|
||||||
#HYSTERESIS=200
|
#HYSTERESIS=200
|
||||||
|
|
||||||
|
|
||||||
# The value to write the the TRIGGER when switching the backlight on
|
# The value to write the the TRIGGER when switching the backlight on
|
||||||
#
|
#
|
||||||
# This controls the default brightness
|
# This controls the default brightness
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user