Update OpenRGB QMK Revision D controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-04 11:42:09 -05:00
parent 314319c36a
commit dde3e454e7
4 changed files with 44 additions and 34 deletions

View file

@ -1,11 +1,13 @@
/*-------------------------------------------------------------------*\ /*---------------------------------------------------------*\
| QMKOpenRGBRevDController.cpp | | QMKOpenRGBRevDController.cpp |
| | | |
| Driver for QMK keyboards using OpenRGB Protocol (Revision D) | | Driver for OpenRGB QMK Keyboard Protocol Revision D |
| | | |
| Kasper 10th Octobber 2020 | | Neneya 26 Dec 2021 |
| Jath03 28th May 2021 | | |
\*-------------------------------------------------------------------*/ | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "QMKOpenRGBRevDController.h" #include "QMKOpenRGBRevDController.h"

View file

@ -1,11 +1,13 @@
/*-------------------------------------------------------------------*\ /*---------------------------------------------------------*\
| QMKOpenRGBRevDController.h | | QMKOpenRGBRevDController.h |
| | | |
| Driver for QMK keyboards using OpenRGB Protocol (Revision D) | | Driver for OpenRGB QMK Keyboard Protocol Revision D |
| | | |
| Kasper 10th Octobber 2020 | | Neneya 26 Dec 2021 |
| Jath03 28th May 2021 | | |
\*-------------------------------------------------------------------*/ | This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once #pragma once

View file

@ -1,11 +1,14 @@
/*-------------------------------------------------------------------*\ /*---------------------------------------------------------*\
| RGBController_QMKOpenRGBRevD.cpp | | RGBController_QMKOpenRGBRevD.cpp |
| | | |
| Driver for QMK keyboards using OpenRGB Protocol (Revision D) | | RGBController for OpenRGB QMK Keyboard Protocol |
| | | Revision D |
| Kasper 10th Octobber 2020 | | |
| Jath03 28th May 2021 | | Neneya 26 Dec 2021 |
\*-------------------------------------------------------------------*/ | |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "hsv.h" #include "hsv.h"
#include "LogManager.h" #include "LogManager.h"

View file

@ -1,20 +1,23 @@
/*-------------------------------------------------------------------*\ /*---------------------------------------------------------*\
| RGBController_QMKOpenRGBRevD.h | | RGBController_QMKOpenRGBRevD.h |
| | | |
| Driver for QMK keyboards using OpenRGB Protocol (Revision D) | | RGBController for OpenRGB QMK Keyboard Protocol |
| | | Revision D |
| Kasper 10th Octobber 2020 | | |
| Jath03 28th May 2021 | | Neneya 26 Dec 2021 |
\*-------------------------------------------------------------------*/ | |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once #pragma once
#include "RGBController.h"
#include "QMKOpenRGBRevDController.h"
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <map> #include <map>
#include <set> #include <set>
#include "RGBController.h"
#include "QMKOpenRGBRevDController.h"
#define NO_LED 0xFFFFFFFF #define NO_LED 0xFFFFFFFF