Remove SetCustomMode from all controllers beginning with the letters V, W, Y, and Z

This commit is contained in:
Adam Honse 2022-08-21 21:36:47 -05:00
parent 9d7fef5bbc
commit 1396cc8f92
11 changed files with 28 additions and 64 deletions

View file

@ -129,11 +129,6 @@ void RGBController_ZETEdgeAirPro::UpdateSingleLED(int /*led*/)
DeviceUpdateMode();
}
void RGBController_ZETEdgeAirPro::SetCustomMode()
{
active_mode = 0;
}
void RGBController_ZETEdgeAirPro::DeviceUpdateMode()
{
RGBColor color;

View file

@ -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:
ZETEdgeAirProController* controller;