From 64168aee6ac47d0a3b90d7b71688537a44fad47d Mon Sep 17 00:00:00 2001 From: savoca Date: Thu, 16 Apr 2015 13:17:15 -0400 Subject: Add 'trigger' pulsation mode - LED pulses during left/right click --- sensei-raw-ctl-gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sensei-raw-ctl-gui.c') diff --git a/sensei-raw-ctl-gui.c b/sensei-raw-ctl-gui.c index aa22b13..4295f0d 100644 --- a/sensei-raw-ctl-gui.c +++ b/sensei-raw-ctl-gui.c @@ -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. */ -- cgit v1.2.3