Monitor and Laptop device types

This commit is contained in:
Dmitry K
2025-05-16 02:34:39 +04:00
committed by Adam Honse
parent d296f770b6
commit 20f6565f44
22 changed files with 92 additions and 59 deletions

View File

@@ -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);