Allow to lock steam controller locking files

- This locks `controller_neptune` configs when adding steam detection
- This overwrites default desktop/chord template
- This enables a desktop template
This commit is contained in:
Kamil Trzciński 2022-12-02 11:29:06 +01:00
parent cc085bfc2a
commit 19e7ed7012
14 changed files with 279 additions and 23 deletions

View file

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