summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/color_picker.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c
index 8c7e1deb0b..efdbe1a0e3 100644
--- a/apps/gui/color_picker.c
+++ b/apps/gui/color_picker.c
@@ -46,6 +46,14 @@
46#define SLIDER_RC_OK BUTTON_RC_ON 46#define SLIDER_RC_OK BUTTON_RC_ON
47#define SLIDER_RC_CANCEL BUTTON_RC_STOP 47#define SLIDER_RC_CANCEL BUTTON_RC_STOP
48 48
49#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
50#define SLIDER_UP BUTTON_UP
51#define SLIDER_DOWN BUTTON_DOWN
52#define SLIDER_LEFT BUTTON_LEFT
53#define SLIDER_RIGHT BUTTON_RIGHT
54#define SLIDER_OK BUTTON_POWER
55#define SLIDER_CANCEL BUTTON_A
56
49#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 57#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
50#define SLIDER_UP BUTTON_LEFT 58#define SLIDER_UP BUTTON_LEFT
51#define SLIDER_DOWN BUTTON_RIGHT 59#define SLIDER_DOWN BUTTON_RIGHT