diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index eeda405..220bcf6 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -103,8 +103,9 @@ PLUGIN_HEADER #define PONG_RIGHT_DOWN BUTTON_VOL_DOWN #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ -(CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ -(CONFIG_KEYPAD == SANSA_M200_PAD) + (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ + (CONFIG_KEYPAD == SANSA_M200_PAD) || \ + (CONFIG_KEYPAD == SANSA_FUZE_PAD) #define PONG_QUIT BUTTON_POWER #define PONG_PAUSE BUTTON_SELECT #define PONG_LEFT_UP BUTTON_LEFT |