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 1ffe8b7..a1a1d58 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -77,7 +77,8 @@ PLUGIN_HEADER #define PONG_RC_QUIT BUTTON_RC_STOP #elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ - (CONFIG_KEYPAD == IPOD_3G_PAD) + (CONFIG_KEYPAD == IPOD_3G_PAD) || \ + (CONFIG_KEYPAD == IPOD_1G2G_PAD) #define PONG_QUIT BUTTON_SELECT #define PONG_LEFT_UP BUTTON_MENU #define PONG_LEFT_DOWN BUTTON_LEFT |