summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h5
3 files changed, 9 insertions, 2 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 18c0ad7deb..d750b2d756 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -27,6 +27,9 @@
27/* define this if you have an Ondio style 6-key keyboard */ 27/* define this if you have an Ondio style 6-key keyboard */
28#define CONFIG_KEYPAD ONDIO_PAD 28#define CONFIG_KEYPAD ONDIO_PAD
29 29
30#define AB_REPEAT_ENABLE 1
31#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
32
30/* define this if you have access to the pitchscreen */ 33/* define this if you have access to the pitchscreen */
31#define HAVE_PITCHSCREEN 34#define HAVE_PITCHSCREEN
32 35
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 41ee1e068e..43dbaaf06b 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -20,6 +20,9 @@
20/* define this if you have an Ondio style 6-key keyboard */ 20/* define this if you have an Ondio style 6-key keyboard */
21#define CONFIG_KEYPAD ONDIO_PAD 21#define CONFIG_KEYPAD ONDIO_PAD
22 22
23#define AB_REPEAT_ENABLE 1
24#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
25
23/* define this if you have access to the pitchscreen */ 26/* define this if you have access to the pitchscreen */
24#define HAVE_PITCHSCREEN 27#define HAVE_PITCHSCREEN
25 28
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 94d5edf451..2fefcbdcac 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -16,11 +16,12 @@
16/* define this if you have the Player's keyboard */ 16/* define this if you have the Player's keyboard */
17#define CONFIG_KEYPAD PLAYER_PAD 17#define CONFIG_KEYPAD PLAYER_PAD
18 18
19#define AB_REPEAT_ENABLE 1
20#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
21
19/* The number of bytes reserved for loadable plugins */ 22/* The number of bytes reserved for loadable plugins */
20#define PLUGIN_BUFFER_SIZE 0x8000 23#define PLUGIN_BUFFER_SIZE 0x8000
21 24
22#define AB_REPEAT_ENABLE 1
23
24/* Define this if you have a MAS3507D */ 25/* Define this if you have a MAS3507D */
25#define CONFIG_CODEC MAS3507D 26#define CONFIG_CODEC MAS3507D
26 27