Remove SetCustomMode from all controllers beginning with the letter K
This commit is contained in:
parent
10f9bf4441
commit
b6b59db12f
2 changed files with 2 additions and 6 deletions
|
|
@ -670,11 +670,6 @@ void RGBController_KeychronKeyboard::UpdateSingleLED(int led)
|
|||
UpdateZoneLEDs(led);
|
||||
}
|
||||
|
||||
void RGBController_KeychronKeyboard::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_KeychronKeyboard::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:
|
||||
KeychronKeyboardController* controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue