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
|
|
@ -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
BIN
qt/keypad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 616 B |
BIN
qt/keypad_dark.png
Normal file
BIN
qt/keypad_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 627 B |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue