summaryrefslogtreecommitdiff
path: root/apps/plugins/greyscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/greyscale.c')
-rw-r--r--apps/plugins/greyscale.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/greyscale.c b/apps/plugins/greyscale.c
index 42ebbef73b..31cd030f5b 100644
--- a/apps/plugins/greyscale.c
+++ b/apps/plugins/greyscale.c
@@ -99,7 +99,8 @@
99#define GREYSCALE_RIGHT BUTTON_RIGHT 99#define GREYSCALE_RIGHT BUTTON_RIGHT
100#define GREYSCALE_OFF BUTTON_POWER 100#define GREYSCALE_OFF BUTTON_POWER
101 101
102#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 102#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
103 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
103#define GREYSCALE_SHIFT BUTTON_FFWD 104#define GREYSCALE_SHIFT BUTTON_FFWD
104#define GREYSCALE_UP BUTTON_UP 105#define GREYSCALE_UP BUTTON_UP
105#define GREYSCALE_DOWN BUTTON_DOWN 106#define GREYSCALE_DOWN BUTTON_DOWN