Update Faustus controller files to new standardized header comment
This commit is contained in:
parent
502f23e102
commit
2c3e102772
2 changed files with 23 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue