summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals')
-rw-r--r--apps/plugins/fractals/fractal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index 4e538d234d..bb47282298 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -318,7 +318,8 @@
318#elif CONFIG_KEYPAD == ONDAVX777_PAD 318#elif CONFIG_KEYPAD == ONDAVX777_PAD
319#define FRACTAL_QUIT BUTTON_POWER 319#define FRACTAL_QUIT BUTTON_POWER
320 320
321#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 321#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
322 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
322#define FRACTAL_QUIT BUTTON_REC 323#define FRACTAL_QUIT BUTTON_REC
323#define FRACTAL_UP BUTTON_UP 324#define FRACTAL_UP BUTTON_UP
324#define FRACTAL_DOWN BUTTON_DOWN 325#define FRACTAL_DOWN BUTTON_DOWN