Change default intensity from 5 to 2 for haptics

This commit is contained in:
Kamil Trzciński 2022-12-06 21:26:15 +01:00
parent a75d9a35c3
commit c815441f75

View file

@ -26,7 +26,7 @@ namespace SteamController.ProfilesSettings
}
[UserScopedSettingAttribute()]
[DefaultSettingValueAttribute("5")]
[DefaultSettingValueAttribute("2")]
[Description("Haptic intensity between -2dB and 10dB")]
public sbyte LeftIntensity
{
@ -35,7 +35,7 @@ namespace SteamController.ProfilesSettings
}
[UserScopedSettingAttribute()]
[DefaultSettingValueAttribute("5")]
[DefaultSettingValueAttribute("2")]
[Description("Haptic intensity between -2dB and 10dB")]
public sbyte RightIntensity
{