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,17 +1,20 @@
/*-------------------------------------------------------------------*\
| EVisionV2KeyboardController.h |
| |
| Definitions and types for EVision RGB keyboard lighting controller |
| |
| Le Philousophe 25 Dec 2022 |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| EVisionV2KeyboardController.h |
| |
| Driver for EVision V2 keyboard |
| |
| Le Philousophe 25 Dec 2022 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#include "RGBController.h"
#pragma once
#define EVISION_V2_PACKET_SIZE 64
#define HID_MAX_STR 255