forked from len0rd/rockbox
Nuke the never-functional iriver ifp-7xx port
It never worked, and hasn't compiled in something like a decade, Given the HW capabilities (limited onboard flash, no expandability) there's really no point in trying to fix/complete it. Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc
This commit is contained in:
parent
3ba2f6e5c7
commit
7d0d32dbc6
58 changed files with 3 additions and 4087 deletions
|
|
@ -155,20 +155,6 @@
|
|||
#define FRACTAL_PRECISION_DEC BUTTON_REW
|
||||
#define FRACTAL_RESET (BUTTON_PLAY | BUTTON_REW)
|
||||
|
||||
#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
|
||||
#define FRACTAL_QUIT BUTTON_EQ
|
||||
#define FRACTAL_UP BUTTON_UP
|
||||
#define FRACTAL_DOWN BUTTON_DOWN
|
||||
#define FRACTAL_LEFT BUTTON_LEFT
|
||||
#define FRACTAL_RIGHT BUTTON_RIGHT
|
||||
#define FRACTAL_ZOOM_IN_PRE BUTTON_SELECT
|
||||
#define FRACTAL_ZOOM_IN (BUTTON_SELECT | BUTTON_REL)
|
||||
#define FRACTAL_ZOOM_OUT_PRE BUTTON_SELECT
|
||||
#define FRACTAL_ZOOM_OUT (BUTTON_SELECT | BUTTON_REPEAT)
|
||||
#define FRACTAL_PRECISION_INC (BUTTON_PLAY | BUTTON_RIGHT)
|
||||
#define FRACTAL_PRECISION_DEC (BUTTON_PLAY | BUTTON_LEFT)
|
||||
#define FRACTAL_RESET BUTTON_MODE
|
||||
|
||||
#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
|
||||
#define FRACTAL_QUIT BUTTON_BACK
|
||||
#define FRACTAL_UP BUTTON_UP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue