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 27721fcfab..53edb90c00 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -151,6 +151,14 @@ PLUGIN_HEADER
151#elif (CONFIG_KEYPAD == COWOND2_PAD) 151#elif (CONFIG_KEYPAD == COWOND2_PAD)
152#define PONG_QUIT BUTTON_POWER 152#define PONG_QUIT BUTTON_POWER
153 153
154#elif CONFIG_KEYPAD == IAUDIO67_PAD
155#define PONG_QUIT BUTTON_POWER
156#define PONG_PAUSE BUTTON_MENU
157#define PONG_LEFT_UP BUTTON_VOLUP
158#define PONG_LEFT_DOWN BUTTON_VOLDOWN
159#define PONG_RIGHT_UP BUTTON_RIGHT
160#define PONG_RIGHT_DOWN BUTTON_LEFT
161
154#else 162#else
155#error No keymap defined! 163#error No keymap defined!
156#endif 164#endif