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 ccf07544f2..3299ebbf3e 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -271,6 +271,14 @@ CONFIG_KEYPAD == MROBE500_PAD
271#define PONG_RIGHT_UP BUTTON_RIGHT 271#define PONG_RIGHT_UP BUTTON_RIGHT
272#define PONG_RIGHT_DOWN BUTTON_LEFT 272#define PONG_RIGHT_DOWN BUTTON_LEFT
273 273
274#elif CONFIG_KEYPAD == SONY_NWZ_PAD
275#define PONG_QUIT BUTTON_BACK
276#define PONG_PAUSE BUTTON_PLAY
277#define PONG_LEFT_UP BUTTON_UP
278#define PONG_LEFT_DOWN BUTTON_DOWN
279#define PONG_RIGHT_UP BUTTON_RIGHT
280#define PONG_RIGHT_DOWN BUTTON_LEFT
281
274#else 282#else
275#error No keymap defined! 283#error No keymap defined!
276#endif 284#endif