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