Update Ducky controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-16 11:29:50 -05:00
parent d78b8d5d40
commit 4f870489ad
5 changed files with 57 additions and 38 deletions

View file

@ -1,18 +1,19 @@
/*-----------------------------------------*\
| DuckyKeyboardController.h |
| |
| Definitions and types for Ducky RGB |
| keyboard lighting controller |
| |
| Adam Honse (CalcProgrammer1) 7/4/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| DuckyKeyboardController.h |
| |
| Driver for Ducky keyboard |
| |
| Adam Honse (CalcProgrammer1) 04 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "RGBController.h"
#pragma once
#include <string>
#include <hidapi/hidapi.h>
#pragma once
#include "RGBController.h"
/*-----------------------------------------------------*\
| Ducky vendor ID |
@ -34,7 +35,7 @@ public:
std::string GetDeviceLocation();
std::string GetSerialString();
unsigned short GetUSBPID();
void SendColors
(
unsigned char* color_data,