diff options
Diffstat (limited to 'apps/plugins/logo.c')
| -rw-r--r-- | apps/plugins/logo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index dc0db8e..d651c2f 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -98,7 +98,8 @@ const unsigned char rockbox16x7[] = { #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) || \ (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ - (CONFIG_KEYPAD == SANSA_M200_PAD) + (CONFIG_KEYPAD == SANSA_M200_PAD) || \ + (CONFIG_KEYPAD == SANSA_CONNECT_PAD) #define LP_QUIT BUTTON_POWER #define LP_DEC_X BUTTON_LEFT #define LP_INC_X BUTTON_RIGHT |