mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-14 14:17:46 -04:00
Update Valkyrie keyboard controller files to new standardized header comment
This commit is contained in:
1 parent
066d48e22f
commit
e3348ea3e6
5 files changed
+61
-39
No files matched your search
@@ -1,4 +1,16 @@
|
||||
#include <hidapi/hidapi.h>
|
||||
/*---------------------------------------------------------*\
|
||||
| ValkyrieKeyboardControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Valkyrie keyboard |
|
||||
| |
|
||||
| Nollie (Nuonuo) 06 Dec 2023 |
|
||||
| Bartholomew Ho (imnotmental) 01 Feb 2024 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_ValkyrieKeyboard.h"
|
||||
|
||||
Reference in new issue
Block a user