From c6c858f572cad4754fe62e1f8744408e6a83a133 Mon Sep 17 00:00:00 2001
From: willifan <willifan@pm.me>
Date: Wed, 7 May 2025 17:47:45 +0200
Subject: [PATCH] adjusted SensorToDisplayScale for amd framework

---
 AutomaticBrightness.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AutomaticBrightness.sh b/AutomaticBrightness.sh
index e209f15..23c8eb7 100755
--- a/AutomaticBrightness.sh
+++ b/AutomaticBrightness.sh
@@ -8,7 +8,7 @@ SensorDelay=1
 
 # Scale sensor to display brightness range
 # NOW WITH FLOAT SUPPORT
-SensorToDisplayScale=24.09
+SensorToDisplayScale=1
 
 # 12 steps is the most similar on a Macbook 2017 running Arch compared to MacOS
 LevelSteps=12