Remove SetCustomMode from all controllers beginning with the letter L
This commit is contained in:
parent
b6b59db12f
commit
6f1e76c8b1
42 changed files with 8 additions and 150 deletions
|
|
@ -90,11 +90,6 @@ void RGBController_LexipMouse::UpdateSingleLED(int led)
|
|||
UpdateZoneLEDs(led);
|
||||
}
|
||||
|
||||
void RGBController_LexipMouse::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_LexipMouse::DeviceUpdateMode()
|
||||
{
|
||||
UpdateZoneLEDs(0);
|
||||
|
|
|
|||
|
|
@ -20,11 +20,12 @@ public:
|
|||
|
||||
void SetupZones();
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void DeviceUpdateMode();
|
||||
void SetCustomMode();
|
||||
|
||||
private:
|
||||
LexipMouseController* controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue