Update EVision keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-17 11:49:02 -05:00
parent 8650ec51ae
commit cd5b8e08c7
9 changed files with 103 additions and 76 deletions

View file

@ -1,18 +1,17 @@
/*-----------------------------------------*\
| EVisionKeyboardController.cpp |
| |
| Driver for EVision RGB keyboard lighting |
| controller |
| |
| EVision is used by Redragon, Glorious, |
| Ajazz, Tecware, and many other brands |
| |
| Adam Honse (CalcProgrammer1) 3/15/2020 |
\*-----------------------------------------*/
#include "EVisionKeyboardController.h"
/*---------------------------------------------------------*\
| EVisionKeyboardController.cpp |
| |
| Driver for EVision keyboard (Redragon, Glorious, Ajazz, |
| Tecware, and many other brands) |
| |
| Adam Honse (CalcProgrammer1) 15 Mar 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <cstring>
#include "EVisionKeyboardController.h"
EVisionKeyboardController::EVisionKeyboardController(hid_device* dev_handle, const char* path)
{