summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 34b1d14d77..534c4a455f 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -8,7 +8,13 @@
8#define MODEL_NUMBER 14 8#define MODEL_NUMBER 14
9 9
10/* define this if you have recording possibility */ 10/* define this if you have recording possibility */
11/*#define HAVE_RECORDING 1*/ /* TODO: add support for this */ 11#define HAVE_RECORDING 1
12
13/* define the bitmask of hardware sample rates */
14#define HW_SAMPR_CAPS (SAMPR_CAP_44)
15
16/* define the bitmask of recording sample rates */
17#define REC_SAMPR_CAPS (SAMPR_CAP_44)
12 18
13/* define this if you have a bitmap LCD display */ 19/* define this if you have a bitmap LCD display */
14#define HAVE_LCD_BITMAP 1 20#define HAVE_LCD_BITMAP 1