diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/brickmania.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 400ee02..ba3b495 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -202,6 +202,9 @@ CONFIG_KEYPAD == SANSA_M200_PAD #elif CONFIG_KEYPAD == COWON_D2_PAD #define QUIT BUTTON_POWER +#define LEFT BUTTON_MINUS +#define RIGHT BUTTON_PLUS +#define SELECT BUTTON_MENU #elif CONFIG_KEYPAD == ONDAVX747_PAD #define QUIT BUTTON_POWER |