mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 06:25:01 -04:00
Update Lexip mouse controller files to new standardized header comment
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| LexipMouseController.cpp |
|
||||
| |
|
||||
| Driver for Lexip mouse lighting |
|
||||
| controller |
|
||||
| |
|
||||
| Guimard Morgan (morg) 2/21/2022 |
|
||||
\*-----------------------------------------*/
|
||||
#include "LexipMouseController.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| LexipMouseController.cpp |
|
||||
| |
|
||||
| Driver for Lexip mouse |
|
||||
| |
|
||||
| Morgan Guimard (morg) 21 Feb 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string.h>
|
||||
#include "LexipMouseController.h"
|
||||
|
||||
LexipMouseController::LexipMouseController(hid_device* dev_handle, const hid_device_info& info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user