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

This commit is contained in:
Adam Honse 2024-06-04 11:32:18 -05:00
parent 5c9951af47
commit c48206dade
4 changed files with 50 additions and 38 deletions

View file

@ -1,13 +1,15 @@
/*-------------------------------------------------------------------*\
| QMKOpenRGBRev9Controller.cpp |
| |
| Driver for QMK keyboards using OpenRGB Protocol (Revision 9) |
| |
| Revision 9 was the initial protocol supported by OpenRGB 0.6. |
| |
| Kasper 10th Octobber 2020 |
| Jath03 28th May 2021 |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| QMKOpenRGBRev9Controller.cpp |
| |
| Driver for OpenRGB QMK Keyboard Protocol Revision 9 |
| Revision 9 was initially supported by OpenRGB 0.6 |
| |
| Kasper 10 Oct 2020 |
| Jath03 28 May 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "QMKOpenRGBRev9Controller.h"

View file

@ -1,13 +1,15 @@
/*-------------------------------------------------------------------*\
| QMKOpenRGBRev9Controller.h |
| |
| Driver for QMK keyboards using OpenRGB Protocol (Revision 9) |
| |
| Revision 9 was the initial protocol supported by OpenRGB 0.6. |
| |
| Kasper 10th Octobber 2020 |
| Jath03 28th May 2021 |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| QMKOpenRGBRev9Controller.h |
| |
| Driver for OpenRGB QMK Keyboard Protocol Revision 9 |
| Revision 9 was initially supported by OpenRGB 0.6 |
| |
| Kasper 10 Oct 2020 |
| Jath03 28 May 2021 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once

View file

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

View file

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