added support for Bloody R8-1

This commit is contained in:
Yaroslav Sidlovsky
2015-11-28 21:36:48 +03:00
parent e34dc66c5d
commit e1d7d4c72b
2 changed files with 5 additions and 1 deletions

View File

@@ -148,6 +148,9 @@ void Mouse::listDevices() {
case BLOODY_R7_PID:
name = "Bloody R7";
break;
case BLOODY_R8_1_PID:
name = "Bloody R8-1";
break;
default:
name = "Unknown";
}