Add Type Keypad & Tartarus Pro Layout for Razer
This commit is contained in:
parent
525f561b6e
commit
ae8f40db00
10 changed files with 98 additions and 3 deletions
|
|
@ -1644,6 +1644,10 @@ std::string device_type_to_str(device_type type)
|
|||
return "Virtual";
|
||||
case DEVICE_TYPE_CASE:
|
||||
return "Case";
|
||||
case DEVICE_TYPE_ACCESSORY:
|
||||
return "Accessory";
|
||||
case DEVICE_TYPE_KEYPAD:
|
||||
return "Keypad";
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue