Remove SetCustomMode from all controllers beginning with the letter D
This commit is contained in:
parent
f8916f2bcb
commit
100e6ddb2a
8 changed files with 7 additions and 35 deletions
|
|
@ -227,11 +227,6 @@ void RGBController_DarkProjectKeyboard::UpdateSingleLED(int led)
|
|||
controller->SetLedsDirect(colour);
|
||||
}
|
||||
|
||||
void RGBController_DarkProjectKeyboard::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_DarkProjectKeyboard::DeviceUpdateMode()
|
||||
{
|
||||
/*---------------------------------------------------------*\
|
||||
|
|
|
|||
|
|
@ -19,16 +19,15 @@ public:
|
|||
RGBController_DarkProjectKeyboard(DarkProjectKeyboardController* controller_ptr);
|
||||
~RGBController_DarkProjectKeyboard();
|
||||
|
||||
void SetupZones();
|
||||
void ResizeZone(int zone, int new_size);
|
||||
void SetupZones();
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void SetCustomMode();
|
||||
void DeviceUpdateMode();
|
||||
void DeviceUpdateMode();
|
||||
|
||||
private:
|
||||
DarkProjectKeyboardController* controller;
|
||||
DarkProjectKeyboardController* controller;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue