added bloody a9

This commit is contained in:
Arda
2017-06-22 00:04:10 +03:00
parent f132d8b2c9
commit a20800f102
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_A9_PID:
name = "Bloody A9";
break;
default:
name = "Unknown";
}