Add Bloody AL9 mouse

This commit is contained in:
Emil Melnikov
2016-12-30 22:43:47 +03:00
parent 7da0640987
commit 3184e45b3e
2 changed files with 5 additions and 1 deletions

View File

@@ -154,6 +154,9 @@ void Mouse::listDevices() {
case BLOODY_R3_PID:
name = "Bloody R3";
break;
case BLOODY_AL9_PID:
name = "Bloody AL9";
break;
default:
name = "Unknown";
}