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

@ -87,6 +87,9 @@ static QString GetIconString(device_type type, bool dark)
case DEVICE_TYPE_CASE:
filename = "case";
break;
case DEVICE_TYPE_KEYPAD:
filename = "keypad";
break;
default:
filename = "unknown";
break;

BIN
qt/keypad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

BIN
qt/keypad_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

View file

@ -54,6 +54,8 @@
<file>microphone_dark.png</file>
<file>accessory.png</file>
<file>accessory_dark.png</file>
<file>keypad.png</file>
<file>keypad_dark.png</file>
<file>unknown.png</file>
<file>unknown_dark.png</file>
</qresource>