EXTRAS menu page added, with items LEGACY PB, LEGACY BR, GATE HOLD and SPECIAL KEY to enable/disable these special functions.

This commit is contained in:
Johan Berglund 2019-07-15 07:51:44 +02:00
parent 9f7fbb60c3
commit 1d34681c40
5 changed files with 154 additions and 63 deletions

View file

@ -18,6 +18,7 @@
#define ROTATOR_MENU 6
#define VIBRATO_MENU 7
#define ABOUT_MENU 8
#define EXTRAS_MENU 9
#define ARR_LEN(a) (sizeof (a) / sizeof (a[0]))