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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 579fdd8fe5..d14db5fdbd 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -205,6 +205,14 @@ CONFIG_KEYPAD == MROBE500_PAD
205#define PONG_RIGHT_UP BUTTON_FFWD 205#define PONG_RIGHT_UP BUTTON_FFWD
206#define PONG_RIGHT_DOWN BUTTON_REW 206#define PONG_RIGHT_DOWN BUTTON_REW
207 207
208#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
209#define PONG_QUIT BUTTON_REC
210#define PONG_PAUSE BUTTON_OK
211#define PONG_LEFT_UP BUTTON_MENU
212#define PONG_LEFT_DOWN BUTTON_PREV
213#define PONG_RIGHT_UP BUTTON_PLAY
214#define PONG_RIGHT_DOWN BUTTON_NEXT
215
208#else 216#else
209#error No keymap defined! 217#error No keymap defined!
210#endif 218#endif