summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/rockboy/menu.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/rockboy/menu.c b/apps/plugins/rockboy/menu.c
index 8139437bb5..831d8c8a59 100644
--- a/apps/plugins/rockboy/menu.c
+++ b/apps/plugins/rockboy/menu.c
@@ -357,6 +357,20 @@ static void do_opt_menu(void)
357 { "4 Max", -1 }, 357 { "4 Max", -1 },
358 { "5 Max", -1 }, 358 { "5 Max", -1 },
359 { "6 Max", -1 }, 359 { "6 Max", -1 },
360 { "7 Max", -1 },
361 { "8 Max", -1 },
362 { "9 Max", -1 },
363 { "10 Max", -1 },
364 { "11 Max", -1 },
365 { "12 Max", -1 },
366 { "13 Max", -1 },
367 { "14 Max", -1 },
368 { "15 Max", -1 },
369 { "16 Max", -1 },
370 { "17 Max", -1 },
371 { "18 Max", -1 },
372 { "19 Max", -1 },
373 { "20 Max", -1 },
360 }; 374 };
361 375
362#ifdef HAVE_LCD_COLOR 376#ifdef HAVE_LCD_COLOR