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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 9b33108fcb..7a1a746d4a 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -136,6 +136,13 @@ const unsigned char rockbox16x7[] = {
136#define LP_DEC_Y BUTTON_RC_VOL_DOWN 136#define LP_DEC_Y BUTTON_RC_VOL_DOWN
137#define LP_INC_Y BUTTON_RC_VOL_UP 137#define LP_INC_Y BUTTON_RC_VOL_UP
138 138
139#elif CONFIG_KEYPAD == COWOND2_PAD
140#define LP_QUIT BUTTON_POWER
141#define LP_DEC_X BUTTON_LEFT
142#define LP_INC_X BUTTON_RIGHT
143#define LP_DEC_Y BUTTON_DOWN
144#define LP_INC_Y BUTTON_UP
145
139#else 146#else
140#define LP_QUIT BUTTON_OFF 147#define LP_QUIT BUTTON_OFF
141#define LP_DEC_X BUTTON_LEFT 148#define LP_DEC_X BUTTON_LEFT