mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-23 06:27:53 -05:00
Update Faustus controller files to new standardized header comment
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
#include "RGBController_Faustus_Linux.h"
|
||||
#include "Detector.h"
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_Faustus_Linux.cpp |
|
||||
| |
|
||||
| RGBController for Faustus devices |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
#include "RGBController_Faustus_Linux.h"
|
||||
#include "Detector.h"
|
||||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name ASUS TUF Keyboard (Faustus)
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
#ifndef RGBCONTROLLER_FAUSTUS_H
|
||||
#define RGBCONTROLLER_FAUSTUS_H
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_Faustus_Linux.h |
|
||||
| |
|
||||
| RGBController for Faustus devices |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RGBController.h"
|
||||
#include <fstream>
|
||||
#include "RGBController.h"
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -34,12 +42,10 @@ class RGBController_Faustus : public RGBController
|
||||
void SetupZones();
|
||||
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void DeviceUpdateMode();
|
||||
};
|
||||
|
||||
#endif // RGBCONTROLLER_FAUSTUS_H
|
||||
|
||||
Reference in New Issue
Block a user