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

Move keyboard detection to Keyboard.cpp

This commit is contained in:
2016-11-12 00:34:59 +01:00
parent 30855c4c75
commit 31144f67ce
3 changed files with 32 additions and 49 deletions

View File

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