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

Add FX support for g910

This commit is contained in:
2017-01-04 03:37:33 +01:00
parent 36144826c4
commit 3af632a589
2 changed files with 58 additions and 72 deletions

View File

@@ -70,6 +70,7 @@ class Keyboard {
libusb_context *ctx = NULL;
bool populateAddressGroupInternal(KeyAddressGroup addressGroup, unsigned char *data);
bool populateFXAddressInternal(unsigned char *data);
bool sendDataInternal(unsigned char *data, uint16_t data_size);
bool setKeysInternal(KeyAddressGroup addressGroup, KeyValue keyValues[], size_t keyValueCount);