Update Das Keyboard controller files to new standardized header comment
This commit is contained in:
parent
1630d50e72
commit
e4fb4f53ae
5 changed files with 53 additions and 36 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| DasKeyboardController.cpp |
|
| DasKeyboardController.cpp |
|
||||||
| |
|
| |
|
||||||
| Driver for Das Keyboard RGB keyboard |
|
| Driver for Das Keyboard keyboard |
|
||||||
| lighting controller |
|
| |
|
||||||
| |
|
| Frank Niessen (denk_mal) 16 Dec 2020 |
|
||||||
| Frank Niessen (denk_mal) 12/16/2020 |
|
| |
|
||||||
\*-----------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include "DasKeyboardController.h"
|
#include "DasKeyboardController.h"
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,19 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| DasKeyboardController.h |
|
| DasKeyboardController.h |
|
||||||
| |
|
| |
|
||||||
| Definitions and types for Das Keyboard |
|
| Driver for Das Keyboard keyboard |
|
||||||
| RGB keyboard lighting controller |
|
| |
|
||||||
| |
|
| Frank Niessen (denk_mal) 16 Dec 2020 |
|
||||||
| Frank Niessen (denk_mal) 12/16/2020 |
|
| |
|
||||||
\*-----------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "RGBController.h"
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <hidapi/hidapi.h>
|
#include <hidapi/hidapi.h>
|
||||||
|
#include "RGBController.h"
|
||||||
#pragma once
|
|
||||||
|
|
||||||
class DasKeyboardController
|
class DasKeyboardController
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,14 @@
|
||||||
|
/*---------------------------------------------------------*\
|
||||||
|
| DasKeyboardControllerDetect.cpp |
|
||||||
|
| |
|
||||||
|
| Detector for Das Keyboard keyboard |
|
||||||
|
| |
|
||||||
|
| Frank Niessen (denk_mal) 16 Dec 2020 |
|
||||||
|
| |
|
||||||
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "Detector.h"
|
#include "Detector.h"
|
||||||
#include "DasKeyboardController.h"
|
#include "DasKeyboardController.h"
|
||||||
#include "RGBController.h"
|
#include "RGBController.h"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_DasKeyboard.cpp |
|
| RGBController_DasKeyboard.cpp |
|
||||||
| |
|
| |
|
||||||
| Generic RGB Interface for Das Keyboard |
|
| RGBController for Das Keyboard keyboard |
|
||||||
| RGB keyboard devices |
|
| |
|
||||||
| |
|
| Frank Niessen (denk_mal) 16 Dec 2020 |
|
||||||
| Frank Niessen (denk_mal) 12/16/2020 |
|
| |
|
||||||
\*-----------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#include "RGBControllerKeyNames.h"
|
#include "RGBControllerKeyNames.h"
|
||||||
#include "RGBController_DasKeyboard.h"
|
#include "RGBController_DasKeyboard.h"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
/*-----------------------------------------*\
|
/*---------------------------------------------------------*\
|
||||||
| RGBController_DasKeyboard.h |
|
| RGBController_DasKeyboard.h |
|
||||||
| |
|
| |
|
||||||
| Generic RGB Interface for Das Keyboard |
|
| RGBController for Das Keyboard keyboard |
|
||||||
| RGB keyboard devices |
|
| |
|
||||||
| |
|
| Frank Niessen (denk_mal) 16 Dec 2020 |
|
||||||
| Frank Niessen (denk_mal) 12/16/2020 |
|
| |
|
||||||
\*-----------------------------------------*/
|
| This file is part of the OpenRGB project |
|
||||||
|
| SPDX-License-Identifier: GPL-2.0-only |
|
||||||
|
\*---------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
@ -20,7 +22,6 @@ enum
|
||||||
DAS_KEYBOARD_MODE_SPECTRUM_CYCLE = 0x14
|
DAS_KEYBOARD_MODE_SPECTRUM_CYCLE = 0x14
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class RGBController_DasKeyboard : public RGBController
|
class RGBController_DasKeyboard : public RGBController
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue