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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 7052c0be3e..303d6b1b75 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -130,6 +130,16 @@ PLUGIN_HEADER
130#define PONG_RIGHT_UP BUTTON_VOL_UP 130#define PONG_RIGHT_UP BUTTON_VOL_UP
131#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN 131#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
132 132
133#elif (CONFIG_KEYPAD == MROBE100_PAD)
134#define PONG_QUIT BUTTON_POWER
135#define PONG_PAUSE BUTTON_SELECT
136#define PONG_LEFT_UP BUTTON_MENU
137#define PONG_LEFT_DOWN BUTTON_LEFT
138#define PONG_RIGHT_UP BUTTON_PLAY
139#define PONG_RIGHT_DOWN BUTTON_RIGHT
140
141#else
142#error No keymap defined!
133#endif 143#endif
134 144
135static struct plugin_api* rb; 145static struct plugin_api* rb;