mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-28 02:41:09 -04:00
Update Mountain keyboard controller files to new standardized header comment
This commit is contained in:
@@ -1,8 +1,19 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| MountainKeyboardControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Mountain keyboard |
|
||||
| |
|
||||
| Wojciech Lazarski Jan 2023 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <hidapi/hidapi.h>
|
||||
#include "Detector.h"
|
||||
#include "MountainKeyboardController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_MountainKeyboard.h"
|
||||
#include <hidapi/hidapi.h>
|
||||
|
||||
/*----------------------------------------------------------------------------------------*\
|
||||
| |
|
||||
@@ -26,4 +37,3 @@ void DetectMountainKeyboardControllers(hid_device_info* info, const std::string&
|
||||
} /* DetectMountainKeyboardControllers() */
|
||||
|
||||
REGISTER_HID_DETECTOR_IPU("Mountain Everest", DetectMountainKeyboardControllers, MOUNTAIN_VID, MOUNTAIN_EVEREST_PID, 3, 0xFF00, 0x01);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user