Skip to content

Commit 02af851

Browse files
RenariCalcProgrammer1
authored andcommitted
Add ROG Strix RX EVA-02 Edition
1 parent ba0b44f commit 02af851

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Controllers/AsusAuraUSBController/AsusAuraTUFKeyboardController/AsusAuraTUFKeyboardController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ enum
4646
AURA_ROG_STRIX_FLARE_II_ANIMATE_PID = 0x19FC,
4747
AURA_ROG_STRIX_SCOPE_PID = 0x18F8,
4848
AURA_ROG_STRIX_SCOPE_RX_PID = 0x1951,
49+
AURA_ROG_STRIX_SCOPE_RX_EVA_02_PID = 0x1B12,
4950
AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_USB_PID = 0x19F6,
5051
AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_2_4_PID = 0x19F8,
5152
AURA_ROG_STRIX_SCOPE_II_PID = 0x1AB3,

Controllers/AsusAuraUSBController/AsusAuraTUFKeyboardController/RGBController_AsusAuraTUFKeyboard.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RGBController_AuraTUFKeyboard::RGBController_AuraTUFKeyboard(AuraTUFKeyboardCont
6767
case AURA_ROG_STRIX_FLARE_II_PID:
6868
case AURA_ROG_STRIX_FLARE_II_ANIMATE_PID:
6969
case AURA_ROG_STRIX_SCOPE_RX_PID:
70+
case AURA_ROG_STRIX_SCOPE_RX_EVA_02_PID:
7071
case AURA_ROG_STRIX_SCOPE_PID:
7172
case AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_2_4_PID:
7273
case AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_USB_PID:
@@ -419,6 +420,7 @@ void RGBController_AuraTUFKeyboard::SetupZones()
419420
break;
420421
case AURA_ROG_STRIX_SCOPE_PID:
421422
case AURA_ROG_STRIX_SCOPE_RX_PID:
423+
case AURA_ROG_STRIX_SCOPE_RX_EVA_02_PID:
422424
case AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_USB_PID:
423425
case AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_2_4_PID:
424426
keyboard_ptr = &AsusROGStrixScopeLayouts;

Controllers/AsusAuraUSBController/AsusAuraUSBControllerDetect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
#define AURA_ROG_STRIX_SCOPE_TKL_PID 0x190C
6969
#define AURA_ROG_STRIX_SCOPE_TKL_PNK_LTD_PID 0x1954
7070
#define AURA_ROG_STRIX_SCOPE_RX_PID 0x1951
71+
#define AURA_ROG_STRIX_SCOPE_RX_EVA_02_PID 0x1B12
7172
#define AURA_ROG_STRIX_SCOPE_RX_TKL_DELUXE_PID 0x1A05
7273
#define AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_USB_PID 0x19F6
7374
#define AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_2_4_PID 0x19F8
@@ -364,6 +365,7 @@ REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Flare II Animate", Dete
364365
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Flare II", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_FLARE_II_PID, 1, 0xFF00);
365366
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_PID, 1, 0xFF00);
366367
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope RX", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_RX_PID, 1, 0xFF00);
368+
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope RX EVA-02 Edition", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_RX_EVA_02_PID, 1, 0xFF00);
367369
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope NX Wireless Deluxe USB", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_USB_PID, 1, 0xFF00);
368370
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope NX Wireless Deluxe 2.4GHz", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_NX_WIRELESS_DELUXE_2_4_PID, 1, 0xFF00);
369371
REGISTER_HID_DETECTOR_IP("ASUS ROG Strix Scope II", DetectAsusAuraTUFUSBKeyboard, AURA_USB_VID, AURA_ROG_STRIX_SCOPE_II_PID, 1, 0xFF00);

0 commit comments

Comments
 (0)