diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 564a934..ed3aec3 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -248,7 +248,7 @@ namespace DS4Windows public static bool[] useTempProfile = new bool[5] { false, false, false, false, false }; public static bool[] tempprofileDistance = new bool[5] { false, false, false, false, false }; public static bool[] useDInputOnly = new bool[5] { true, true, true, true, true }; - public static bool[] linkedProfileCheck = new bool[4] { true, true, true, true }; + public static bool[] linkedProfileCheck = new bool[4] { false, false, false, false }; public static bool[] touchpadActive = new bool[5] { true, true, true, true, true }; // Used to hold device type desired from Profile Editor public static OutContType[] outDevTypeTemp = new OutContType[5] { DS4Windows.OutContType.X360, DS4Windows.OutContType.X360,