This commit is contained in:
parent
94bcef2016
commit
d60e8f7714
2 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,7 @@ License: GPLv3+: GNU GPL version 3 or newer <https://gnu.org/licenses/gpl.html>.
|
|||
Dmitry Isaenko, 2025, Russia.\n\
|
||||
https://redrise.ru, https://github.com/developersu";
|
||||
const char *argp_program_bug_address = "https://github.com/developersu/argbColors/issues/";
|
||||
static char doc[] = "-s [color|wave|wave2|off]\n-e -z1=[color|off|impulse|flash|flash2|cycle] ... -z6=[...]";
|
||||
static char doc[] = "-s [color|wave|wave2|off]\n-e -z1=[color|off|impulse|flash|flash2|cycle|impulse|flash|flash2|cycle|color2] ... -z6=[...]";
|
||||
static char doc1[] = "Apply one effect for everything or configure each 'device' separately\v\
|
||||
Command's related options:\n\
|
||||
Synchronized\n\
|
||||
|
|
|
@ -6,10 +6,7 @@ int readUsb();
|
|||
int configure_device();
|
||||
|
||||
libusb_device_handle* dev_handle;
|
||||
const uint16_t VID = 0x048d; // REAL
|
||||
const uint16_t PID = 0x5711; // REAL
|
||||
//const uint16_t VID = 0x0a5c;
|
||||
//const uint16_t PID = 0x2101;
|
||||
const uint16_t VID = 0x048d;
|
||||
unsigned int TIMEOUT = 2000;
|
||||
int counter;
|
||||
int limit;
|
Loading…
Reference in a new issue