diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 9697b98..eece69d 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -224,6 +224,13 @@ CONFIG_KEYPAD == MROBE500_PAD #define PONG_RIGHT_UP BUTTON_VOL_UP #define PONG_RIGHT_DOWN BUTTON_VOL_DOWN +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define PONG_QUIT (BUTTON_REC|BUTTON_REPEAT) +#define PONG_LEFT_UP BUTTON_FF +#define PONG_LEFT_DOWN BUTTON_REW +#define PONG_RIGHT_UP BUTTON_UP +#define PONG_RIGHT_DOWN BUTTON_DOWN + #else #error No keymap defined! #endif |