mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
[Fuze+][Keymaps] keymaps for radio and recorder update
1) Now that recording is working a few keymaps update are required. 2) also implement the radio.c file so that fm dedicated keymaps works. 3) implement some missing fm keymaps 4) manual updated accordingly Change-Id: I40be3e245853ccb9ed7a5bc5a76fe4ed90772272 Reviewed-on: http://gerrit.rockbox.org/513 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
parent
ec52afc96b
commit
5ba7e2ca72
4 changed files with 33 additions and 7 deletions
|
|
@ -137,6 +137,19 @@
|
|||
#define FM_PREV_PRESET
|
||||
#define FM_NEXT_PRESET
|
||||
|
||||
#elif (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD)
|
||||
#define FM_PRESET_ADD
|
||||
#define FM_PRESET_ACTION
|
||||
#define FM_MENU
|
||||
#define FM_PRESET
|
||||
#define FM_STOP
|
||||
#define FM_MODE
|
||||
#define FM_EXIT
|
||||
#define FM_PLAY
|
||||
#define FM_RECORD
|
||||
#define FM_PREV_PRESET
|
||||
#define FM_NEXT_PRESET
|
||||
|
||||
#endif
|
||||
|
||||
/* presets.c needs these so keep unstatic or redo the whole thing! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue