From 6bb2da8349d05d4d457167ddc9b39a6a8cf25016 Mon Sep 17 00:00:00 2001 From: That One Seong Date: Thu, 4 Jul 2024 01:36:15 -0400 Subject: [PATCH] Grammar nazism strikes again --- SamcoEnhanced/OpenFIREFeedback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SamcoEnhanced/OpenFIREFeedback.cpp b/SamcoEnhanced/OpenFIREFeedback.cpp index ec09372..618fe15 100644 --- a/SamcoEnhanced/OpenFIREFeedback.cpp +++ b/SamcoEnhanced/OpenFIREFeedback.cpp @@ -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.