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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index b332dd6de9..1ffe8b770c 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -92,8 +92,8 @@ PLUGIN_HEADER
92#define PONG_RIGHT_DOWN BUTTON_PLAY 92#define PONG_RIGHT_DOWN BUTTON_PLAY
93 93
94#elif (CONFIG_KEYPAD == GIGABEAT_PAD) 94#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
95#define PONG_QUIT BUTTON_A 95#define PONG_QUIT BUTTON_POWER
96#define PONG_PAUSE BUTTON_MENU 96#define PONG_PAUSE BUTTON_SELECT
97#define PONG_LEFT_UP BUTTON_UP 97#define PONG_LEFT_UP BUTTON_UP
98#define PONG_LEFT_DOWN BUTTON_DOWN 98#define PONG_LEFT_DOWN BUTTON_DOWN
99#define PONG_RIGHT_UP BUTTON_VOL_UP 99#define PONG_RIGHT_UP BUTTON_VOL_UP