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