This commit is contained in:
Sergey Ilinykh
2018-02-16 09:53:10 +05:00
parent ae3336710f
commit 23c9d9d88c
2 changed files with 5 additions and 1 deletions

View File

@@ -160,6 +160,9 @@ void Mouse::listDevices() {
case BLOODY_R70_PID:
name = "Bloody R70";
break;
case BLOODY_A7_PID:
name = "Bloody A7";
break;
case BLOODY_A9_PID:
name = "Bloody A9";
break;