Update OKS keyboard controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-03 11:30:50 -05:00
parent 35b6fd8c28
commit aac70462c5
5 changed files with 66 additions and 48 deletions

View File

@@ -1,10 +1,21 @@
/*---------------------------------------------------------*\
| OKSKeyboardControllerDetect.cpp |
| |
| Detector for OKS keyboard |
| |
| Merafour (OKS) 24 Feb 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <hidapi/hidapi.h>
#include "Detector.h"
#include "OKSKeyboardController.h"
#include "RGBController.h"
#include "RGBController_OKSKeyboard.h"
#include <hidapi/hidapi.h>
/******************************************************************************************\
* *
* DetectOKSKeyboardControllers *
* Reference: DuckyKeyboardController *
* Tests the USB address to see if a OKS Optical Axis RGB Keyboard controller exists there.*