From 0cf19565666c8958a511cab35c494f3384ec07e2 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 2 Jul 2017 10:14:15 -0700 Subject: [PATCH] Change output report for BT --- DS4Windows/DS4Library/DS4Device.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 65f88e8..33b5e8e 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -997,7 +997,7 @@ namespace DS4Windows //outputReportBuffer[1] = 0x84; outputReportBuffer[1] = (byte)(0x80 | btPollRate); // input report rate // enable lightbar and rumble - outputReportBuffer[3] = 0x07; + outputReportBuffer[3] = 0xf7; outputReportBuffer[6] = rightLightFastRumble; // fast motor outputReportBuffer[7] = leftHeavySlowRumble; // slow motor outputReportBuffer[8] = ligtBarColor.red; // red