mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 22:24:12 -04:00
Update Keychron keyboard controller files to new standardized header comment
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
/*-----------------------------------------*\
|
||||
| RGBController_KeychronKeyboard.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for OpenRGB |
|
||||
| Keychron Keyboard USB Driver |
|
||||
| |
|
||||
| Guimard Morgan (morg) 2/20/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_KeychronKeyboard.cpp |
|
||||
| |
|
||||
| RGBController for Keychron keyboard |
|
||||
| |
|
||||
| Morgan Guimard (morg) 20 Feb 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <chrono>
|
||||
#include <thread>
|
||||
#include "RGBControllerKeyNames.h"
|
||||
#include "RGBController_KeychronKeyboard.h"
|
||||
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
|
||||
#define NA 0xFFFFFFFF
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user