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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c6431298ef..6a1e896979 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -60,6 +60,11 @@
60#define BL_PA14_HI 2 /* Ondio, PA14 high active */ 60#define BL_PA14_HI 2 /* Ondio, PA14 high active */
61#define BL_IRIVER 3 /* IRiver GPIO */ 61#define BL_IRIVER 3 /* IRiver GPIO */
62 62
63/* CONFIG_I2C */
64#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
65#define I2C_ONDIO 1 /* Ondio style */
66#define I2C_GMINI 2 /* Gmini style */
67
63/* now go and pick yours */ 68/* now go and pick yours */
64#if defined(ARCHOS_PLAYER) 69#if defined(ARCHOS_PLAYER)
65#include "config-player.h" 70#include "config-player.h"