Add Type Keypad & Tartarus Pro Layout for Razer

This commit is contained in:
Codename-Antares 2022-10-21 16:52:09 +00:00 committed by Adam Honse
parent 525f561b6e
commit ae8f40db00
10 changed files with 98 additions and 3 deletions

View file

@ -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";
}