mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-27 19:56:06 -05:00
Update Red Square Keyrox controller files to new standardized header comment
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
/*---------------------------------------------*\
|
||||
| RedSquareKeyroxController.cpp |
|
||||
| |
|
||||
| Driver for Red Square Keyrox USB Controller |
|
||||
| |
|
||||
| cafeed28 3 Nov 2022 |
|
||||
\*---------------------------------------------*/
|
||||
|
||||
#include "LogManager.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RedSquareKeyroxController.cpp |
|
||||
| |
|
||||
| Driver for Red Square Keyrox |
|
||||
| |
|
||||
| cafeed28 03 Nov 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <iostream>
|
||||
#include "LogManager.h"
|
||||
#include "RedSquareKeyroxController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user