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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index b5ab0d31c9..7e13657595 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -451,6 +451,9 @@
451#define FRACTAL_PRECISION_DEC (BUTTON_POWER|BUTTON_MENU) 451#define FRACTAL_PRECISION_DEC (BUTTON_POWER|BUTTON_MENU)
452#define FRACTAL_RESET BUTTON_SHORTCUT 452#define FRACTAL_RESET BUTTON_SHORTCUT
453 453
454#elif CONFIG_KEYPAD == DX50_PAD
455#define FRACTAL_QUIT (BUTTON_POWER|BUTTON_REL)
456
454#else 457#else
455#error No keymap defined! 458#error No keymap defined!
456#endif 459#endif