Update HyperX keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-19 19:53:45 -05:00
parent af830e5b21
commit 080e40c4d4
25 changed files with 289 additions and 245 deletions

View File

@@ -1,15 +1,16 @@
/*-----------------------------------------*\
| HyperXAlloyFPSController.cpp |
| |
| Driver for HyperX Alloy FPS Keyboard |
| lighting controller |
| |
| Adam Honse (CalcProgrammer1) 1/30/2020 |
\*-----------------------------------------*/
#include "HyperXAlloyFPSController.h"
/*---------------------------------------------------------*\
| HyperXAlloyFPSController.cpp |
| |
| Driver for HyperX Alloy FPS 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 "HyperXAlloyFPSController.h"
using namespace std::chrono_literals;