Update Epomaker controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-16 22:22:23 -05:00
parent 50ec1095c1
commit d5590ed427
5 changed files with 60 additions and 48 deletions

View File

@@ -1,15 +1,16 @@
/*-------------------------------------------------------------------*\
| EpomakerController.cpp |
| |
| Driver for Epomaker Keyboard |
| |
| Alvaro Munoz (alvaromunoz) 2023-06-05 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| EpomakerController.cpp |
| |
| Driver for Epomaker keyboard |
| |
| Alvaro Munoz (alvaromunoz) 05 Jun 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "EpomakerController.h"
#include <math.h>
#include "EpomakerController.h"
#include "LogManager.h"
EpomakerController::EpomakerController(hid_device* dev_handle, char *_path)