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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 13a51c4ab4..63ae02b344 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -159,6 +159,13 @@ PLUGIN_HEADER
159#define PONG_RIGHT_UP BUTTON_RIGHT 159#define PONG_RIGHT_UP BUTTON_RIGHT
160#define PONG_RIGHT_DOWN BUTTON_LEFT 160#define PONG_RIGHT_DOWN BUTTON_LEFT
161 161
162#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
163#define PONG_QUIT BUTTON_BACK
164#define PONG_LEFT_UP BUTTON_UP
165#define PONG_LEFT_DOWN BUTTON_DOWN
166#define PONG_RIGHT_UP BUTTON_SELECT
167#define PONG_RIGHT_DOWN BUTTON_MENU
168
162#else 169#else
163#error No keymap defined! 170#error No keymap defined!
164#endif 171#endif