We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5869e5f commit ff6cee3Copy full SHA for ff6cee3
1 file changed
Controllers/RazerController/RazerController/RGBController_RazerAddressable.cpp
@@ -277,6 +277,13 @@ void RGBController_RazerAddressable::DeviceUpdateMode()
277
{
278
switch(modes[active_mode].value)
279
280
+ case RAZER_ADDRESSABLE_MODE_DIRECT:
281
+ /*---------------------------------------------------------*\
282
+ | Controller does not preserve the LEDs for direct mode. |
283
+ | We have to restore them. |
284
+ \*---------------------------------------------------------*/
285
+ DeviceUpdateLEDs();
286
+ break;
287
case RAZER_ADDRESSABLE_MODE_OFF:
288
controller->SetModeOff();
289
break;
0 commit comments