mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
revert/fix parts of r19673, as it changed some e200 keymaps and introduces not-needed FIXME comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6bf9f9ff8
commit
15013562dc
17 changed files with 19 additions and 26 deletions
|
@ -54,7 +54,6 @@ static size_t gbuf_size = 0;
|
|||
static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */
|
||||
static int plasma_frequency;
|
||||
|
||||
/* FIXME: Could use plugin lib actions */
|
||||
/* Key assignement, all bitmapped models */
|
||||
#if (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
||||
|
@ -67,7 +66,6 @@ static int plasma_frequency;
|
|||
#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
|
||||
#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
|
||||
|
||||
/* FIXME: Clip/fuze should use HOME instead of POWER */
|
||||
#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
|
||||
(CONFIG_KEYPAD == SANSA_C200_PAD) || \
|
||||
(CONFIG_KEYPAD == SANSA_CLIP_PAD) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue