mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 03:25:11 -04:00
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
| Austin B (austinleroy) 11 Sep 2025 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
| SPDX-License-Identifier: GPL-2.0-or-later |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_LogitechG600.h"
|
||||
@@ -93,22 +93,22 @@ void RGBController_LogitechG600::ResizeZone(int /*zone*/, int /*new_size*/)
|
||||
\*---------------------------------------------------------*/
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::DeviceUpdateLEDs()
|
||||
{
|
||||
controller->SetMode(modes[active_mode].value, modes[active_mode].speed, GetLED(0));
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::UpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::UpdateSingleLED(int /*led*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::DeviceUpdateMode()
|
||||
{
|
||||
controller->SetMode(modes[active_mode].value, modes[active_mode].speed, GetLED(0));
|
||||
void RGBController_LogitechG600::DeviceUpdateLEDs()
|
||||
{
|
||||
controller->SetMode(modes[active_mode].value, modes[active_mode].speed, GetLED(0));
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::UpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::UpdateSingleLED(int /*led*/)
|
||||
{
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_LogitechG600::DeviceUpdateMode()
|
||||
{
|
||||
controller->SetMode(modes[active_mode].value, modes[active_mode].speed, GetLED(0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user