summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
3 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 63a6ece..7c5d631 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -43,3 +43,5 @@
/* Define this if you have an FM Radio */
#define HAVE_FMRADIO 1
+/* How to detect USB */
+#define USB_FMRECORDERSTYLE 1
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index d9a713d..04c8f8f 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -31,3 +31,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 6
+
+/* How to detect USB */
+#define USB_PLAYERSTYLE 1
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 33e40b7..f8326a0 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -36,3 +36,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 6
+
+/* How to detect USB */
+#define USB_RECORDERSTYLE 1