Skip to content

Commit 30ea38d

Browse files
committed
Add Razer Quartz keyboard variant
1 parent 7a939c8 commit 30ea38d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Controllers/RazerController/RazerController/RazerController.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ std::string RazerController::GetVariantName()
11991199
switch(variant)
12001200
{
12011201
case RAZER_KEYBOARD_VARIANT_BLACK: return "Black";
1202+
case RAZER_KEYBOARD_VARIANT_QUARTZ: return "Quartz";
12021203
case RAZER_KEYBOARD_VARIANT_MERCURY: return "Mercury";
12031204
default: return "Unkown Variant";
12041205
}

Controllers/RazerController/RazerController/RazerController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ enum
157157
enum
158158
{
159159
RAZER_KEYBOARD_VARIANT_BLACK = 0x00,
160+
RAZER_KEYBOARD_VARIANT_QUARTZ = 0x80,
160161
RAZER_KEYBOARD_VARIANT_MERCURY = 0x82,
161162
};
162163

0 commit comments

Comments
 (0)