mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 06:25:01 -04:00
Add simple fix for support hator skyfall/rockfall keyboards to winbond controller
This commit is contained in:
@@ -74,6 +74,15 @@ void WinbondGamingKeyboardController::SetNameVendorDescription(const hid_device_
|
||||
}
|
||||
|
||||
}
|
||||
else if((name.find("Rockfall") != std::string::npos) || (name.find("Skyfall") != std::string::npos))
|
||||
{
|
||||
vendor = "Hator";
|
||||
layout = KEYBOARD_LAYOUT_ANSI_QWERTY;
|
||||
if(name.find("TKL") != std::string::npos)
|
||||
{
|
||||
kb_size = KEYBOARD_SIZE_TKL;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
vendor = "Winbond";
|
||||
|
||||
Reference in New Issue
Block a user