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 c7547d6de4..d98becf06a 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -48,6 +48,13 @@
48#define PONG_RIGHT_UP BUTTON_UP 48#define PONG_RIGHT_UP BUTTON_UP
49#define PONG_RIGHT_DOWN BUTTON_DOWN 49#define PONG_RIGHT_DOWN BUTTON_DOWN
50 50
51#elif CONFIG_KEYPAD == IRIVER_H100_PAD
52#define PONG_QUIT BUTTON_OFF
53#define PONG_LEFT_UP BUTTON_UP
54#define PONG_LEFT_DOWN BUTTON_DOWN
55#define PONG_RIGHT_UP BUTTON_ON
56#define PONG_RIGHT_DOWN BUTTON_MODE
57
51#endif 58#endif
52 59
53static struct plugin_api* rb; 60static struct plugin_api* rb;