mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Update OpenRGB QMK common controller files to new standardized header comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user