diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 37d7115..d3875f3 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -105,7 +105,8 @@ #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ - (CONFIG_KEYPAD == SANSA_M200_PAD) + (CONFIG_KEYPAD == SANSA_M200_PAD) || \ + (CONFIG_KEYPAD == SANSA_CONNECT_PAD) #define PONG_QUIT BUTTON_POWER #define PONG_PAUSE BUTTON_SELECT #define PONG_LEFT_UP BUTTON_LEFT |