Update OpenRGB QMK common controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-04 11:49:19 -05:00
parent 8bf11c6270
commit d9b88ae1b9
4 changed files with 39 additions and 30 deletions

View File

@@ -1,15 +1,17 @@
/*---------------------------------------------------------*\
| QMKOpenRGBBaseController.cpp |
| QMKOpenRGBBaseController.cpp |
| |
| Base class for QMK keyboards using OpenRGB Protocol |
| Common Driver for OpenRGB QMK Keyboard Protocol |
| |
| ChrisM 20th December 2023 |
| ChrisM 20 Dec 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "LogManager.h"
#include "RGBControllerKeyNames.h"
#include "SettingsManager.h"
#include "QMKOpenRGBBaseController.h"
using namespace std::chrono_literals;