Update HyperX keyboard controller files to new standardized header comment
This commit is contained in:
parent
af830e5b21
commit
080e40c4d4
25 changed files with 289 additions and 245 deletions
|
|
@ -1,15 +1,16 @@
|
|||
/*-----------------------------------------*\
|
||||
| HyperXAlloyEliteController.cpp |
|
||||
| |
|
||||
| Driver for HyperX Alloy Elite Keyboard |
|
||||
| lighting controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 1/30/2020 |
|
||||
\*-----------------------------------------*/
|
||||
|
||||
#include "HyperXAlloyEliteController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| HyperXAlloyEliteController.cpp |
|
||||
| |
|
||||
| Driver for HyperX Alloy Elite keyboard |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 30 Jan 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <cstring>
|
||||
#include "HyperXAlloyEliteController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
|
@ -221,7 +222,7 @@ void HyperXAlloyEliteController::SetLEDs(std::vector<RGBColor> colors)
|
|||
);
|
||||
|
||||
std::this_thread::sleep_for(5ms);
|
||||
|
||||
|
||||
SendExtendedColor
|
||||
(
|
||||
0x01,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue