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 93b6e7c278..9697b9821f 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -180,6 +180,14 @@
180#define PONG_RIGHT_UP BUTTON_VOL_UP 180#define PONG_RIGHT_UP BUTTON_VOL_UP
181#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN 181#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
182 182
183#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
184#define PONG_QUIT BUTTON_POWER
185#define PONG_PAUSE BUTTON_MENU
186#define PONG_LEFT_UP BUTTON_UP
187#define PONG_LEFT_DOWN BUTTON_DOWN
188#define PONG_RIGHT_UP BUTTON_VOL_UP
189#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
190
183#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD 191#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
184#define PONG_QUIT BUTTON_POWER 192#define PONG_QUIT BUTTON_POWER
185#define PONG_PAUSE BUTTON_MENU 193#define PONG_PAUSE BUTTON_MENU