Add 'trigger' pulsation mode

- LED pulses during left/right click
This commit is contained in:
savoca
2015-04-16 13:17:15 -04:00
parent 8fca46c85b
commit 64168aee6a
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
extern const char ui[];
/* To translate combo box entries into sensei-raw-ctl arguments. */
static gchar *pulsation_list[] = { "steady", "slow", "medium", "fast", NULL };
static gchar *pulsation_list[] = { "steady", "slow", "medium", "fast",
"trigger", NULL };
static gchar *intensity_list[] = { "off", "low", "medium", "high", NULL };
/* GtkNotebook pages within the UI. */