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 1c6f02eb0d..70af68cc5b 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -184,6 +184,14 @@ PLUGIN_HEADER
184#define PONG_RIGHT_UP BUTTON_VOL_UP 184#define PONG_RIGHT_UP BUTTON_VOL_UP
185#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN 185#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
186 186
187#elif CONFIG_KEYPAD = PHILIPS_SA9200_PAD
188#define PONG_QUIT BUTTON_POWER
189#define PONG_PAUSE BUTTON_MENU
190#define PONG_LEFT_UP BUTTON_UP
191#define PONG_LEFT_DOWN BUTTON_DOWN
192#define PONG_RIGHT_UP BUTTON_VOL_UP
193#define PONG_RIGHT_DOWN BUTTON_VOL_DOWN
194
187#elif CONFIG_KEYPAD == ONDAVX747_PAD || \ 195#elif CONFIG_KEYPAD == ONDAVX747_PAD || \
188CONFIG_KEYPAD == ONDAVX777_PAD || \ 196CONFIG_KEYPAD == ONDAVX777_PAD || \
189CONFIG_KEYPAD == MROBE500_PAD 197CONFIG_KEYPAD == MROBE500_PAD