1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-12-13 20:01:34 +00:00

Finalize g815

This commit is contained in:
2020-05-06 01:13:18 +02:00
parent 5e093c1581
commit 6d9058a017
2 changed files with 8 additions and 2 deletions

View File

@@ -303,6 +303,9 @@ int main(int argc, char **argv) {
case 3:
kbd.SupportedKeyboards = { { vendorID, productID, (uint16_t)LedKeyboard::KeyboardModel::g213 } };
break;
case 4:
kbd.SupportedKeyboards = { { vendorID, productID, (uint16_t)LedKeyboard::KeyboardModel::g815 } };
break;
default:
break;
}