summaryrefslogtreecommitdiff
path: root/firmware/export/config/vibe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/vibe500.h')
-rw-r--r--firmware/export/config/vibe500.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 0444a2e065..edbc1e321a 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -20,13 +20,10 @@
20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 20#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
21 21
22/* define the bitmask of hardware sample rates */ 22/* define the bitmask of hardware sample rates */
23#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 23#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
24 24
25/* define the bitmask of recording sample rates */ 25/* define the bitmask of recording sample rates */
26#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 26#define REC_SAMPR_CAPS (/*SAMPR_CAP_88 |*/ SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
27
28
29
30 27
31/* define this if you can flip your LCD */ 28/* define this if you can flip your LCD */
32#define HAVE_LCD_FLIP 29#define HAVE_LCD_FLIP