summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 383677865f..5700fad37f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -105,7 +105,6 @@
105#define IRIVER_H10_PAD 12 105#define IRIVER_H10_PAD 12
106#define SANSA_E200_PAD 13 106#define SANSA_E200_PAD 13
107#define SANSA_C200_PAD 14 107#define SANSA_C200_PAD 14
108#define TATUNG_TPJ1022_PAD 15
109#define MROBE100_PAD 17 108#define MROBE100_PAD 17
110#define MROBE500_PAD 18 109#define MROBE500_PAD 18
111#define GIGABEAT_S_PAD 19 110#define GIGABEAT_S_PAD 19
@@ -224,7 +223,6 @@
224#define LCD_GIGABEAT 12 223#define LCD_GIGABEAT 12
225#define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */ 224#define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */
226#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ 225#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
227#define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
228#define LCD_C200 17 /* as used by Sandisk Sansa c200 */ 226#define LCD_C200 17 /* as used by Sandisk Sansa c200 */
229#define LCD_MROBE500 18 /* as used by Olympus M:Robe 500i */ 227#define LCD_MROBE500 18 /* as used by Olympus M:Robe 500i */
230#define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */ 228#define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */
@@ -425,8 +423,6 @@ Lyre prototype 1 */
425#include "config/sansae200.h" 423#include "config/sansae200.h"
426#elif defined(SANSA_C200) 424#elif defined(SANSA_C200)
427#include "config/sansac200.h" 425#include "config/sansac200.h"
428#elif defined(TATUNG_TPJ1022)
429#include "config/tatungtpj1022.h"
430#elif defined(MROBE_100) 426#elif defined(MROBE_100)
431#include "config/mrobe100.h" 427#include "config/mrobe100.h"
432#elif defined(MROBE_500) 428#elif defined(MROBE_500)