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 7a708ae978..125b508fd7 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -253,6 +253,14 @@ CONFIG_KEYPAD == MROBE500_PAD
253#define PONG_RIGHT_UP BUTTON_MENU 253#define PONG_RIGHT_UP BUTTON_MENU
254#define PONG_RIGHT_DOWN BUTTON_POWER 254#define PONG_RIGHT_DOWN BUTTON_POWER
255 255
256#elif (CONFIG_KEYPAD == HM60X_PAD)
257#define PONG_QUIT BUTTON_POWER
258#define PONG_PAUSE BUTTON_SELECT
259#define PONG_LEFT_UP BUTTON_UP
260#define PONG_LEFT_DOWN BUTTON_DOWN
261#define PONG_RIGHT_UP BUTTON_RIGHT
262#define PONG_RIGHT_DOWN BUTTON_LEFT
263
256#else 264#else
257#error No keymap defined! 265#error No keymap defined!
258#endif 266#endif