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 a348ae7..adba3f5 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -58,7 +58,8 @@ PLUGIN_HEADER #define PONG_RIGHT_UP BUTTON_ON #define PONG_RIGHT_DOWN BUTTON_MODE -#elif (CONFIG_KEYPAD == IPOD_4G_PAD) +#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) #define PONG_QUIT BUTTON_SELECT #define PONG_LEFT_UP BUTTON_MENU #define PONG_LEFT_DOWN BUTTON_LEFT |