1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2026-01-06 12:56:58 +00:00

Add G410 support

This commit is contained in:
2016-08-07 19:40:48 +02:00
parent 841176763a
commit 44e029c57d
3 changed files with 17 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class Keyboard {
struct KeyValue { KeyAddress key; KeyColors colors; };
bool isAttached();
bool attach();
bool attach(int lg_pid);
bool detach();
bool commit();
bool getKeyAddress(Key key, KeyAddress &keyAddress);