Fix max brightness

This commit is contained in:
Jakob Lechner 2025-06-04 11:21:35 +02:00
parent 17b417ddb2
commit 6da10bd93e

View file

@ -41,7 +41,7 @@ let
illuminance_4 = 200;
light_4 = 75;
illuminance_5 = 255;
light_5 = 100;
light_5 = 99;
};
};
configFile = tomlFormat.generate "illuminanced.toml" cfg;