summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h5
1 files changed, 3 insertions, 2 deletions
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