summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 6a37e3602d..88821c8a78 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -210,7 +210,8 @@ const unsigned char rockbox16x7[] = {
210#define LP_DEC_Y BUTTON_DOWN 210#define LP_DEC_Y BUTTON_DOWN
211#define LP_INC_Y BUTTON_UP 211#define LP_INC_Y BUTTON_UP
212 212
213#elif CONFIG_KEYPAD == SANSA_E200_PAD 213#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
214(CONFIG_KEYPAD == SANSA_C200_PAD)
214#define LP_QUIT BUTTON_POWER 215#define LP_QUIT BUTTON_POWER
215#define LP_DEC_X BUTTON_LEFT 216#define LP_DEC_X BUTTON_LEFT
216#define LP_INC_X BUTTON_RIGHT 217#define LP_INC_X BUTTON_RIGHT