Merge pull request #1028 from fewtarius/dev

Tweak min/mid/max range.
This commit is contained in:
fewtarius 2023-02-06 07:32:19 -05:00 committed by GitHub
commit b7183d464d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,10 +96,10 @@ case ${LEDBRIGHTNESS} in
LEDBRIGHTNESS=ff
;;
mid)
LEDBRIGHTNESS=80
LEDBRIGHTNESS=a8
;;
low)
LEDBRIGHTNESS=40
LEDBRIGHTNESS=54
;;
*)
LEDBRIGHTNESS=$(get_setting led.brightness)