Skip to content

Commit ac35949

Browse files
authored
Merge pull request #694 from rbergen/fix-660-regression
Make IR remote OFF button dim gradually again on Mesmerizer
2 parents 551dc02 + 1ca8361 commit ac35949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remotecontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void RemoteControl::handle()
9393
}
9494
else if (IR_OFF == result)
9595
{
96-
#if HUB75
96+
#if USE_HUB75
9797
deviceConfig.SetBrightness((int)deviceConfig.GetBrightness() - BRIGHTNESS_STEP);
9898
#else
9999
effectManager.ClearRemoteColor();

0 commit comments

Comments
 (0)