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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index eb5adb3351..4ec62e01be 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -287,6 +287,9 @@ CONFIG_KEYPAD == MROBE500_PAD
287#define PONG_RIGHT_UP BUTTON_RIGHT 287#define PONG_RIGHT_UP BUTTON_RIGHT
288#define PONG_RIGHT_DOWN BUTTON_LEFT 288#define PONG_RIGHT_DOWN BUTTON_LEFT
289 289
290#elif (CONFIG_KEYPAD == DX50_PAD)
291#define PONG_QUIT (BUTTON_POWER|BUTTON_REL)
292
290#else 293#else
291#error No keymap defined! 294#error No keymap defined!
292#endif 295#endif