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

This commit is contained in:
Adam Honse 2024-06-04 11:45:41 -05:00
parent dde3e454e7
commit 8bf11c6270
2 changed files with 26 additions and 20 deletions

View file

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

View file

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