diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index b799a0a..b332dd6 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -84,7 +84,7 @@ PLUGIN_HEADER #define PONG_RIGHT_UP BUTTON_RIGHT #define PONG_RIGHT_DOWN BUTTON_PLAY -#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) #define PONG_QUIT BUTTON_POWER #define PONG_LEFT_UP BUTTON_UP #define PONG_LEFT_DOWN BUTTON_DOWN |