summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/fractal.h')
-rw-r--r--apps/plugins/fractals/fractal.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index 55bd513fe0..28172aed9f 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -506,6 +506,18 @@
506#define FRACTAL_PRECISION_DEC BUTTON_BACK 506#define FRACTAL_PRECISION_DEC BUTTON_BACK
507#define FRACTAL_RESET BUTTON_PLAY 507#define FRACTAL_RESET BUTTON_PLAY
508 508
509#elif CONFIG_KEYPAD == FIIO_M3K_PAD
510#define FRACTAL_QUIT BUTTON_POWER
511#define FRACTAL_UP BUTTON_UP
512#define FRACTAL_DOWN BUTTON_DOWN
513#define FRACTAL_LEFT BUTTON_LEFT
514#define FRACTAL_RIGHT BUTTON_RIGHT
515#define FRACTAL_ZOOM_IN BUTTON_VOL_UP
516#define FRACTAL_ZOOM_OUT BUTTON_VOL_DOWN
517#define FRACTAL_PRECISION_INC BUTTON_MENU
518#define FRACTAL_PRECISION_DEC BUTTON_BACK
519#define FRACTAL_RESET BUTTON_PLAY
520
509#else 521#else
510#error No keymap defined! 522#error No keymap defined!
511#endif 523#endif