summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/greyscale.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/greyscale.c b/apps/plugins/greyscale.c
index 2cd373ea9b..4ff704e93a 100644
--- a/apps/plugins/greyscale.c
+++ b/apps/plugins/greyscale.c
@@ -91,6 +91,14 @@ PLUGIN_HEADER
91 91
92#define GREYSCALE_RC_OFF BUTTON_REC 92#define GREYSCALE_RC_OFF BUTTON_REC
93 93
94#elif CONFIG_KEYPAD == SANSA_CLIP_PAD
95#define GREYSCALE_SHIFT BUTTON_SELECT
96#define GREYSCALE_UP BUTTON_UP
97#define GREYSCALE_DOWN BUTTON_DOWN
98#define GREYSCALE_LEFT BUTTON_LEFT
99#define GREYSCALE_RIGHT BUTTON_RIGHT
100#define GREYSCALE_OFF BUTTON_POWER
101
94#endif 102#endif
95 103
96#define GFX_HEIGHT (LCD_HEIGHT-8) 104#define GFX_HEIGHT (LCD_HEIGHT-8)