From 4d0487e142a67d3fe0c28e945679c467653a7fe8 Mon Sep 17 00:00:00 2001 From: VlaoMao Date: Fri, 11 Dec 2015 19:54:55 +0000 Subject: [PATCH] Added Bloody R3 mouse --- Mouse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mouse.h b/Mouse.h index 8377347..9af07db 100644 --- a/Mouse.h +++ b/Mouse.h @@ -14,8 +14,9 @@ static const int BLOODY_V7_PID = 0xF613; static const int BLOODY_V8_PID = 0x11F5; static const int BLOODY_R7_PID = 0x1485; static const int BLOODY_R8_1_PID = 0x14ee; +static const int BLOODY_R3_PID = 0x1a5a; -static const int COMPATIBLE_PIDS[] = {BLOODY_V5_PID, BLOODY_V7_PID, BLOODY_V8_PID, BLOODY_R7_PID, BLOODY_R8_1_PID}; +static const int COMPATIBLE_PIDS[] = {BLOODY_V5_PID, BLOODY_V7_PID, BLOODY_V8_PID, BLOODY_R7_PID, BLOODY_R8_1_PID, BLOODY_R3_PID}; static const size_t COMPATIBLE_PIDS_SIZE = sizeof(COMPATIBLE_PIDS)/sizeof(COMPATIBLE_PIDS[0]); static const int A4TECH_MAGIC = 0x07;