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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 05af3753a9..e097480e85 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -297,6 +297,10 @@ CONFIG_KEYPAD == MROBE500_PAD
297#elif (CONFIG_KEYPAD == DX50_PAD) 297#elif (CONFIG_KEYPAD == DX50_PAD)
298#define PONG_QUIT (BUTTON_POWER|BUTTON_REL) 298#define PONG_QUIT (BUTTON_POWER|BUTTON_REL)
299 299
300#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
301#define PONG_QUIT BUTTON_POWER
302#define PONG_PAUSE BUTTON_MENU
303
300#else 304#else
301#error No keymap defined! 305#error No keymap defined!
302#endif 306#endif