Skip to content

Commit

Permalink
Grammar nazism strikes again
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Jul 4, 2024
1 parent 00dc2fc commit 6bb2da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SamcoEnhanced/OpenFIREFeedback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void FFB::FFBRelease()
}
}

// If Rumble FF is enabled and Autofire is enabled, the motor needs to be disabled when the trigger is released. Otherwise allow RumbleActivation to deal with the activation timer
// If Rumble FF is enabled and Autofire is enabled, the motor needs to be disabled when the trigger is released. Otherwise, allow RumbleActivation to deal with the activation timer
if(SamcoPreferences::toggles.rumbleFF && SamcoPreferences::toggles.autofireActive) {
if(rumbleHappening || rumbleHappened) {
digitalWrite(SamcoPreferences::pins.oRumble, LOW); // Make sure the rumble is OFF.
Expand Down

0 comments on commit 6bb2da8

Please sign in to comment.