summaryrefslogtreecommitdiff
path: root/apps/plugins/pong.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pong.c')
-rw-r--r--apps/plugins/pong.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 4e9d99b8f0..b725c9305a 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -65,6 +65,13 @@ PLUGIN_HEADER
65#define PONG_RIGHT_UP BUTTON_RIGHT 65#define PONG_RIGHT_UP BUTTON_RIGHT
66#define PONG_RIGHT_DOWN BUTTON_PLAY 66#define PONG_RIGHT_DOWN BUTTON_PLAY
67 67
68#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
69#define PONG_QUIT BUTTON_POWER
70#define PONG_LEFT_UP BUTTON_UP
71#define PONG_LEFT_DOWN BUTTON_DOWN
72#define PONG_RIGHT_UP BUTTON_REC
73#define PONG_RIGHT_DOWN BUTTON_PLAY
74
68#endif 75#endif
69 76
70static struct plugin_api* rb; 77static struct plugin_api* rb;