mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
Change default intensity from 5 to 2 for haptics
This commit is contained in:
parent
a75d9a35c3
commit
c815441f75
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue