Skip to content

Commit 1ca8361

Browse files
committed
Make IR remove OFF button dim gradually on Mesmerizer
1 parent 551dc02 commit 1ca8361

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)