Formatting and organizational cleanup for controllers through CoolerMasterController

This commit is contained in:
Adam Honse
2024-05-01 00:13:41 -05:00
parent b6d5c64c5b
commit 9c2d30bbbd
56 changed files with 606 additions and 591 deletions

View File

@@ -6,8 +6,8 @@
| Eric S (edbgon) 2nd Feb 2021 |
\*-------------------------------------------------------------------*/
#include "CMR6000Controller.h"
#include <cstring>
#include "CMR6000Controller.h"
CMR6000Controller::CMR6000Controller(hid_device* dev_handle, char *_path, uint16_t _pid)
{

View File

@@ -6,13 +6,13 @@
| Eric S (edbgon) 2nd Feb 2021 |
\*-------------------------------------------------------------------*/
#include <string>
#pragma once
#include <array>
#include <string>
#include <hidapi/hidapi.h>
#include "RGBController.h"
#pragma once
#define COOLERMASTER_RADEON_6000_PID 0x014D
#define COOLERMASTER_RADEON_6900_PID 0x015B

View File

@@ -7,6 +7,7 @@
\*-------------------------------------------------------------------*/
#pragma once
#include "RGBController.h"
#include "CMR6000Controller.h"