Added support for R70 mouse.

This commit is contained in:
Szymon Kupś
2017-03-01 12:13:58 +01:00
parent e69f7d228f
commit d627616fee
2 changed files with 5 additions and 1 deletions

View File

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