summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 82c36437f5..6aeaab0431 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -7,7 +7,7 @@
7#define MODEL_NUMBER 10 7#define MODEL_NUMBER 10
8 8
9/* define this if you have recording possibility */ 9/* define this if you have recording possibility */
10#define HAVE_RECORDING 1 10#define HAVE_RECORDING
11 11
12/* define the bitmask of hardware sample rates */ 12/* define the bitmask of hardware sample rates */
13#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 13#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
@@ -16,13 +16,13 @@
16#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 16#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
17 17
18/* define this if you have a bitmap LCD display */ 18/* define this if you have a bitmap LCD display */
19#define HAVE_LCD_BITMAP 1 19#define HAVE_LCD_BITMAP
20 20
21/* define this if you can flip your LCD */ 21/* define this if you can flip your LCD */
22#define HAVE_LCD_FLIP 22#define HAVE_LCD_FLIP
23 23
24/* define this if you have a colour LCD */ 24/* define this if you have a colour LCD */
25#define HAVE_LCD_COLOR 1 25#define HAVE_LCD_COLOR
26 26
27/* define this if you can invert the colours on your LCD */ 27/* define this if you can invert the colours on your LCD */
28#define HAVE_LCD_INVERT 28#define HAVE_LCD_INVERT