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 9697b9821f..eece69db12 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -224,6 +224,13 @@ CONFIG_KEYPAD == MROBE500_PAD
224#define PONG_RIGHT_UP BUTTON_VOL_UP 224#define PONG_RIGHT_UP BUTTON_VOL_UP
225#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN 225#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
226 226
227#elif CONFIG_KEYPAD == MPIO_HD300_PAD
228#define PONG_QUIT (BUTTON_REC|BUTTON_REPEAT)
229#define PONG_LEFT_UP BUTTON_FF
230#define PONG_LEFT_DOWN BUTTON_REW
231#define PONG_RIGHT_UP BUTTON_UP
232#define PONG_RIGHT_DOWN BUTTON_DOWN
233
227#else 234#else
228#error No keymap defined! 235#error No keymap defined!
229#endif 236#endif