Update Das Keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-05-15 11:53:02 -05:00
parent 1630d50e72
commit e4fb4f53ae
5 changed files with 53 additions and 36 deletions

View File

@@ -1,18 +1,19 @@
/*-----------------------------------------*\
| DasKeyboardController.h |
| |
| Definitions and types for Das Keyboard |
| RGB keyboard lighting controller |
| |
| Frank Niessen (denk_mal) 12/16/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| DasKeyboardController.h |
| |
| Driver for Das Keyboard keyboard |
| |
| Frank Niessen (denk_mal) 16 Dec 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"
class DasKeyboardController
{