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 bae1703db5..5e6f308663 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -236,6 +236,13 @@ CONFIG_KEYPAD == MROBE500_PAD
236#define PONG_RIGHT_UP BUTTON_UP 236#define PONG_RIGHT_UP BUTTON_UP
237#define PONG_RIGHT_DOWN BUTTON_DOWN 237#define PONG_RIGHT_DOWN BUTTON_DOWN
238 238
239#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
240#define PONG_QUIT BUTTON_POWER
241#define PONG_LEFT_UP BUTTON_LEFT
242#define PONG_LEFT_DOWN BUTTON_DOWN
243#define PONG_RIGHT_UP BUTTON_UP
244#define PONG_RIGHT_DOWN BUTTON_RIGHT
245
239#else 246#else
240#error No keymap defined! 247#error No keymap defined!
241#endif 248#endif