···365365#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
366366#define QUIT BUTTON_POWER
367367368368+#elif CONFIG_KEYPAD == MA_PAD
369369+#define QUIT BUTTON_BACK
370370+#define LEFT BUTTON_LEFT
371371+#define RIGHT BUTTON_RIGHT
372372+#define SELECT BUTTON_PLAY
373373+#define UP BUTTON_UP
374374+#define DOWN BUTTON_DOWN
375375+368376#else
369377#error No keymap defined!
370378#endif
···16851693 rb->splash(HZ*3,"Some error happened, so the current balls will be killed.");
16861694 rb->splashf(HZ*3,"The reason is: %s",message);
16871695 rb->splash(HZ*3,"Don't worry, it's my fault, you won't lose any life for this. :)");
16881688- newround();
16961696+ newround();
16891697}
1690169816911699static int brickmania_game_loop(void)
···25382546 resume = true;
25392547 return 0;
25402548 break;
25412541-25492549+25422550 /* MI: added suicide button in case the ball gets stuck or
25432551 whatever */
25442552 case SUICIDE:
···35573557 output="rockbox.rkw"
35583558 bootoutput="bootloader.rkw"
35593559 appextra="recorder:gui"
35603560- plugins=""
35603560+ plugins="yes"
35613561 # toolset is the tools within the tools directory that we build for
35623562 # this particular target.
35633563 toolset="$genericbitmaptools"
···35793579 output="rockbox.rkw"
35803580 bootoutput="bootloader.rkw"
35813581 appextra="recorder:gui"
35823582- plugins=""
35823582+ plugins="yes"
35833583 # toolset is the tools within the tools directory that we build for
35843584 # this particular target.
35853585 toolset="$genericbitmaptools"
···36013601 output="rockbox.rkw"
36023602 bootoutput="bootloader.rkw"
36033603 appextra="recorder:gui"
36043604- plugins=""
36043604+ plugins="yes"
36053605 # toolset is the tools within the tools directory that we build for
36063606 # this particular target.
36073607 toolset="$genericbitmaptools"
···36233623 output="rockbox.rkw"
36243624 bootoutput="bootloader.rkw"
36253625 appextra="recorder:gui"
36263626- plugins=""
36263626+ plugins="yes"
36273627 # toolset is the tools within the tools directory that we build for
36283628 # this particular target.
36293629 toolset="$genericbitmaptools"