mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-17 13:10:26 +02:00
Added support for rog keris eva edition mouse
This commit is contained in:
@@ -170,4 +170,28 @@
|
||||
return "ROG Keris (Wired)";
|
||||
}
|
||||
}
|
||||
|
||||
public class ROGKerisWirelessEvaEdition : ROGKerisWireless
|
||||
{
|
||||
public ROGKerisWirelessEvaEdition() : base(0x1A59, false)
|
||||
{
|
||||
}
|
||||
|
||||
public override string GetDisplayName()
|
||||
{
|
||||
return "ROG Keris EVA Edition";
|
||||
}
|
||||
}
|
||||
|
||||
public class ROGKerisWirelessEvaEditionWired : ROGKerisWireless
|
||||
{
|
||||
public ROGKerisWirelessEvaEditionWired() : base(0x1A57, false)
|
||||
{
|
||||
}
|
||||
|
||||
public override string GetDisplayName()
|
||||
{
|
||||
return "ROG Keris EVA Edition (Wired)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user