Skip to content

Commit

Permalink
Make the 5 different als profiles more distinct
Browse files Browse the repository at this point in the history
Minimum reaches lower in complete darkness.
Maximum starts with higher minimum brightness.
The rest are spread in between those.

[mce] Make the 5 different als profiles more distinct
  • Loading branch information
spiiroin committed Oct 17, 2013
1 parent 669a8f8 commit fe33f29
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions inifiles/als-defaults.ini
Expand Up @@ -8,27 +8,28 @@

[BrightnessDisplay]

LimitsMinimum=1;2;3;6;11;20;36;66;121;220;400;504;634;798;1005;1265;1592;2005;2524;3177
LevelsMinimum=10;14;18;22;26;30;34;38;42;46;50;55;60;65;70;75;80;85;90;95
LimitsMinimum=1;2;3;6;11;20;36;66;121;220;515;663;853;1099;1414;1821;2344;3017;3884;5000
LevelsMinimum=5;8;10;13;15;18;20;23;25;28;37;44;51;58;65;72;79;86;93;100

LimitsEconomy=1;2;3;6;11;20;36;66;121;220;400;497;617;767;952;1183;1470;1826;2268;2818
LevelsEconomy=20;24;27;31;34;38;41;45;48;52;55;60;64;69;73;78;82;87;91;96
LimitsEconomy=1;2;3;6;11;20;36;66;121;220;504;634;798;1005;1265;1592;2005;2524;3177;4000
LevelsEconomy=15;18;21;24;27;30;33;36;39;42;51;56;62;67;73;78;84;89;95;100

LimitsNormal=1;2;3;6;11;20;36;66;121;220;400;489;599;732;896;1095;1340;1639;2005;2453
LevelsNormal=30;33;36;39;42;45;48;51;54;57;60;64;68;72;76;80;84;88;92;96
LimitsNormal=1;2;3;6;11;20;36;66;121;220;489;599;732;896;1095;1340;1639;2005;2453;3000
LevelsNormal=30;33;36;39;42;45;48;51;54;57;64;68;72;76;80;84;88;92;96;100

LimitsBright=1;2;3;6;11;20;36;66;121;220;400;480;577;693;833;1000;1201;1443;1733;2081
LevelsBright=40;43;45;48;50;53;55;58;60;63;65;69;72;76;79;83;86;90;93;97
LimitsBright=1;2;3;6;11;20;36;66;121;220;470;552;648;761;894;1051;1234;1450;1703;2000
LevelsBright=55;57;59;61;63;65;67;69;71;73;78;80;83;85;88;90;93;95;98;100

LimitsMaximum=1;2;3;6;11;20;36;66;121;220;400;470;552;648;761;894;1051;1234;1450;1703
LevelsMaximum=50;52;54;56;58;60;62;64;66;68;70;73;76;79;82;85;88;91;94;97
LimitsMaximum=1;2;3;6;11;20;36;66;121;220;438;480;527;577;632;693;760;833;912;1000
LevelsMaximum=80;81;82;83;84;85;86;87;88;89;91;92;93;94;95;96;97;98;99;100

[BrightnessLed]

LimitsNormal=1;2;3;6;11;20;36;66;121;220;400;489;599;732;896;1095;1340;1639;2005;2453
LevelsNormal=30;33;36;39;42;45;48;51;54;57;60;64;68;72;76;80;84;88;92;96
LimitsNormal=1;2;3;6;11;20;36;66;121;220;489;599;732;896;1095;1340;1639;2005;2453;3000
LevelsNormal=30;33;36;39;42;45;48;51;54;57;64;68;72;76;80;84;88;92;96;100

[BrightnessKeypad]

LimitsNormal=1;2;3;6;11;20;36;66;121;220;400;489;599;732;896;1095;1340;1639;2005;2453
LevelsNormal=30;33;36;39;42;45;48;51;54;57;60;64;68;72;76;80;84;88;92;96
LimitsNormal=1;2;3;6;11;20;36;66;121;220;489;599;732;896;1095;1340;1639;2005;2453;3000
LevelsNormal=30;33;36;39;42;45;48;51;54;57;64;68;72;76;80;84;88;92;96;100

0 comments on commit fe33f29

Please sign in to comment.