diff options
Diffstat (limited to 'apps/plugins/pong.c')
-rw-r--r-- | apps/plugins/pong.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index eb5adb3351..4ec62e01be 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -287,6 +287,9 @@ CONFIG_KEYPAD == MROBE500_PAD #define PONG_RIGHT_UP BUTTON_RIGHT #define PONG_RIGHT_DOWN BUTTON_LEFT +#elif (CONFIG_KEYPAD == DX50_PAD) +#define PONG_QUIT (BUTTON_POWER|BUTTON_REL) + #else #error No keymap defined! #endif |