diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 27721fc..53edb90 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -151,6 +151,14 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == COWOND2_PAD) #define PONG_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define PONG_QUIT BUTTON_POWER +#define PONG_PAUSE BUTTON_MENU +#define PONG_LEFT_UP BUTTON_VOLUP +#define PONG_LEFT_DOWN BUTTON_VOLDOWN +#define PONG_RIGHT_UP BUTTON_RIGHT +#define PONG_RIGHT_DOWN BUTTON_LEFT + #else #error No keymap defined! #endif |