mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 01:24:39 -04:00
Monitor and Laptop device types
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
RGBController_Faustus::RGBController_Faustus(const std::string& dev_path)
|
||||
{
|
||||
name = "ASUS TUF Keyboard";
|
||||
name = "ASUS TUF Laptop Keyboard";
|
||||
vendor = "ASUS";
|
||||
type = DEVICE_TYPE_KEYBOARD;
|
||||
type = DEVICE_TYPE_LAPTOP;
|
||||
description = "Faustus Device";
|
||||
|
||||
modes.resize(4);
|
||||
|
||||
Reference in New Issue
Block a user