mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-21 05:27:50 -05:00
Update Keychron keyboard controller files to new standardized header comment
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| KeychronKeyboardController.cpp |
|
||||
| |
|
||||
| Driver for Keychron Keyboard lighting |
|
||||
| controller |
|
||||
| |
|
||||
| Guimard Morgan (morg) 2/20/2022 |
|
||||
\*-----------------------------------------*/
|
||||
#include "KeychronKeyboardController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| KeychronKeyboardController.cpp |
|
||||
| |
|
||||
| Driver 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 <string.h>
|
||||
#include "KeychronKeyboardController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user