File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ static void sendActiveReports(bool resending) {
159159
160160 KEY_TIMING (KeyTiming_RecordReport (ActiveKeyboardReport ));
161161
162- if (RuntimeMacroRecordingBlind || ( CurrentPowerMode != PowerMode_Awake ) ) {
162+ if (RuntimeMacroRecordingBlind ) {
163163 //just switch reports without sending the report
164164 UsbReportUpdater_SwitchActiveKeyboardReport ();
165165 } else {
@@ -197,8 +197,7 @@ static void sendActiveReports(bool resending) {
197197 usbReportsChangedByAnything = true;
198198 }
199199
200- if (MouseReport_HasChanges (mouseReports , ActiveMouseReport ) && (!resending || UsbSemaphore .mouse .needsResending ) &&
201- (CurrentPowerMode == PowerMode_Awake )) {
200+ if (MouseReport_HasChanges (mouseReports , ActiveMouseReport ) && (!resending || UsbSemaphore .mouse .needsResending )) {
202201 bool usbMouseButtonsChanged = mouseButtonsChanged ();
203202
204203 UsbSemaphore .mouse .inFlight = true;
You can’t perform that action at this time.
0 commit comments