diff --git a/Mouse.cpp b/Mouse.cpp index 876f677..2614625 100644 --- a/Mouse.cpp +++ b/Mouse.cpp @@ -151,6 +151,9 @@ void Mouse::listDevices() { case BLOODY_R8_1_PID: name = "Bloody R8-1"; break; + case BLOODY_R3_PID: + name = "Bloody R3"; + break; default: name = "Unknown"; }