Update OpenRGB QMK Revision B controller files to new standardized header comment
This commit is contained in:
parent
c48206dade
commit
314319c36a
4 changed files with 48 additions and 34 deletions
|
|
@ -1,11 +1,14 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| QMKOpenRGBRevBController.cpp |
|
||||
| |
|
||||
| Driver for QMK keyboards using OpenRGB Protocol (Revision B) |
|
||||
| |
|
||||
| Kasper 10th Octobber 2020 |
|
||||
| Jath03 28th May 2021 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| QMKOpenRGBRevBController.cpp |
|
||||
| |
|
||||
| Driver for OpenRGB QMK Keyboard Protocol Revision B |
|
||||
| |
|
||||
| Kasper 28 Jun 2021 |
|
||||
| Jath03 28 May 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "QMKOpenRGBRevBController.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| QMKOpenRGBRevBController.h |
|
||||
| |
|
||||
| Driver for QMK keyboards using OpenRGB Protocol (Revision B) |
|
||||
| |
|
||||
| Kasper 10th Octobber 2020 |
|
||||
| Jath03 28th May 2021 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| QMKOpenRGBRevBController.h |
|
||||
| |
|
||||
| Driver for OpenRGB QMK Keyboard Protocol Revision B |
|
||||
| |
|
||||
| Kasper 28 Jun 2021 |
|
||||
| Jath03 28 May 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,15 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| RGBController_QMKOpenRGBRevB.cpp |
|
||||
| |
|
||||
| Driver for QMK keyboards using OpenRGB Protocol (Revision B) |
|
||||
| |
|
||||
| Kasper 10th Octobber 2020 |
|
||||
| Jath03 28th May 2021 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_QMKOpenRGBRevB.cpp |
|
||||
| |
|
||||
| RGBController for OpenRGB QMK Keyboard Protocol |
|
||||
| Revision B |
|
||||
| |
|
||||
| Kasper 28 Jun 2021 |
|
||||
| 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"
|
||||
|
|
|
|||
|
|
@ -1,20 +1,24 @@
|
|||
/*-------------------------------------------------------------------*\
|
||||
| RGBController_QMKOpenRGBRevB.h |
|
||||
| |
|
||||
| Driver for QMK keyboards using OpenRGB Protocol (Revision B) |
|
||||
| |
|
||||
| Kasper 10th Octobber 2020 |
|
||||
| Jath03 28th May 2021 |
|
||||
\*-------------------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_QMKOpenRGBRevB.h |
|
||||
| |
|
||||
| RGBController for OpenRGB QMK Keyboard Protocol |
|
||||
| Revision B |
|
||||
| |
|
||||
| Kasper 28 Jun 2021 |
|
||||
| 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 "QMKOpenRGBRevBController.h"
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include "RGBController.h"
|
||||
#include "QMKOpenRGBRevBController.h"
|
||||
|
||||
#define NO_LED 0xFFFFFFFF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue