You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenRGB/Controllers/LightSaltController/RGBController_LightSaltKeyb...

21 lines
831 B
C++

/*---------------------------------------------------------*\
| RGBController_LightSaltKeyboard.h |
| |
| RGBController for LightSalt Keyboard |
| |
| James Buren (braewoods) 23 Jul 2024 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-or-later |
\*---------------------------------------------------------*/
#pragma once
#include "RGBController_LightSalt.h"
class RGBController_LightSaltKeyboard : public RGBController_LightSalt
{
public:
RGBController_LightSaltKeyboard(LightSaltController* controller_ptr);
};