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 3299ebbf3e..eb5adb3351 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -279,6 +279,14 @@ CONFIG_KEYPAD == MROBE500_PAD
279#define PONG_RIGHT_UP BUTTON_RIGHT 279#define PONG_RIGHT_UP BUTTON_RIGHT
280#define PONG_RIGHT_DOWN BUTTON_LEFT 280#define PONG_RIGHT_DOWN BUTTON_LEFT
281 281
282#elif CONFIG_KEYPAD == CREATIVE_ZEN_PAD
283#define PONG_QUIT BUTTON_BACK
284#define PONG_PAUSE BUTTON_PLAYPAUSE
285#define PONG_LEFT_UP BUTTON_UP
286#define PONG_LEFT_DOWN BUTTON_DOWN
287#define PONG_RIGHT_UP BUTTON_RIGHT
288#define PONG_RIGHT_DOWN BUTTON_LEFT
289
282#else 290#else
283#error No keymap defined! 291#error No keymap defined!
284#endif 292#endif