diff --git a/src/argb-colors.h b/src/argb-colors.h index 898e5b1..574c77a 100644 --- a/src/argb-colors.h +++ b/src/argb-colors.h @@ -13,7 +13,7 @@ License: GPLv3+: GNU GPL version 3 or newer . 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\ diff --git a/src/configuration.h b/src/configuration.h index 0de17ea..c064ced 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -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; \ No newline at end of file