Fix red (midi plugin: action rename)
Change-Id: Ie21711cbf98aad1fbfc24924c9281caf39f22af5
This commit is contained in:
parent
e05545bc2b
commit
e813c3f50b
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
#define MIDI_PLAYPAUSE BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == CREATIVE_ZENXFI3_PAD
|
||||
#define MIDI_QUIT BUTTON_PLAY|BUTTON_REPEAT)
|
||||
#define MIDI_QUIT (BUTTON_PLAY|BUTTON_REPEAT)
|
||||
#define MIDI_FFWD BUTTON_MENU
|
||||
#define MIDI_REWIND BUTTON_BACK
|
||||
#define MIDI_VOL_UP BUTTON_VOL_UP
|
||||
|
|
Loading…
Reference in a new issue