diff options
Diffstat (limited to 'apps')
| -rwxr-xr-x | apps/keymaps/keymap-mr500.c | 2 | ||||
| -rw-r--r-- | apps/settings.h | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/apps/keymaps/keymap-mr500.c b/apps/keymaps/keymap-mr500.c index 8c8e0e4..b2444c5 100755 --- a/apps/keymaps/keymap-mr500.c +++ b/apps/keymaps/keymap-mr500.c @@ -35,7 +35,7 @@ */ -#define BUTTON_UP BUTTON_RC_PLAY +#define BUTTON_UP BUTTON_RC_PLAY #define BUTTON_DOWN BUTTON_RC_DOWN //#define BUTTON_LEFT BUTTON_RC_REW //#define BUTTON_RIGHT BUTTON_RC_FF diff --git a/apps/settings.h b/apps/settings.h index cce7272..db7d5dc 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -134,16 +134,6 @@ extern const struct opt_items trig_durations[TRIG_DURATION_COUNT]; #define MAX_CONTRAST_SETTING 63 #endif -/* As it was */ -#ifdef HAVE_REMOTE_LCD -#ifndef DEFAULT_REMOTE_CONTRAST_SETTING -/* May be defined in config file if driver code needs the value */ -#define DEFAULT_REMOTE_CONTRAST_SETTING 42 -#endif -#define MIN_REMOTE_CONTRAST_SETTING MIN_CONTRAST_SETTING -#define MAX_REMOTE_CONTRAST_SETTING MAX_CONTRAST_SETTING -#endif - #endif /* !TARGET_TREE */ #if !defined(HAVE_LCD_COLOR) |