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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 125b508..372b84c 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -253,7 +253,8 @@ CONFIG_KEYPAD == MROBE500_PAD
#define PONG_RIGHT_UP BUTTON_MENU
#define PONG_RIGHT_DOWN BUTTON_POWER
-#elif (CONFIG_KEYPAD == HM60X_PAD)
+#elif (CONFIG_KEYPAD == HM60X_PAD) || \
+ (CONFIG_KEYPAD == HM801_PAD)
#define PONG_QUIT BUTTON_POWER
#define PONG_PAUSE BUTTON_SELECT
#define PONG_LEFT_UP BUTTON_UP