Remove unnecessary implementations of SetCustomMode
This commit is contained in:
parent
43b97bca75
commit
6a472437bb
48 changed files with 33 additions and 231 deletions
|
|
@ -933,18 +933,6 @@ void RGBController_EVisionV2Keyboard::UpdateSingleLED(int led)
|
|||
last_update_time = std::chrono::steady_clock::now();
|
||||
}
|
||||
|
||||
void RGBController_EVisionV2Keyboard::SetCustomMode()
|
||||
{
|
||||
if(part == EVISION_V2_KEYBOARD_PART_KEYBOARD)
|
||||
{
|
||||
active_mode = EVISION_V2_MODE_DIRECT;
|
||||
}
|
||||
else
|
||||
{
|
||||
active_mode = EVISION_V2_MODE2_STATIC;
|
||||
}
|
||||
}
|
||||
|
||||
void RGBController_EVisionV2Keyboard::DeviceUpdateMode()
|
||||
{
|
||||
mode set_mode = modes[active_mode];
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ public:
|
|||
|
||||
void SetupZones() override;
|
||||
void ResizeZone(int zone, int new_size) override;
|
||||
void SetCustomMode() override;
|
||||
|
||||
void DeviceUpdateLEDs() override;
|
||||
void UpdateZoneLEDs(int zone) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue