|
|
|
|
@ -1,12 +1,16 @@
|
|
|
|
|
/*---------------------------------------------*\
|
|
|
|
|
| RGBController_RedSquareKeyroxTKLClassic.h |
|
|
|
|
|
| |
|
|
|
|
|
| Driver for Red Square Keyrox USB Controller |
|
|
|
|
|
| |
|
|
|
|
|
| vlack 3 May 2023 |
|
|
|
|
|
\*---------------------------------------------*/
|
|
|
|
|
/*---------------------------------------------------------*\
|
|
|
|
|
| RGBController_RedSquareKeyroxTKLClassic.h |
|
|
|
|
|
| |
|
|
|
|
|
| RGBController for Red Square Keyrox TKL Classic |
|
|
|
|
|
| |
|
|
|
|
|
| vlack 03 May 2023 |
|
|
|
|
|
| |
|
|
|
|
|
| This file is part of the OpenRGB project |
|
|
|
|
|
| SPDX-License-Identifier: GPL-2.0-only |
|
|
|
|
|
\*---------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "RGBController.h"
|
|
|
|
|
#include "RGBControllerKeyNames.h"
|
|
|
|
|
#include "KeyboardLayoutManager.h"
|
|
|
|
|
|