summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-04-29 14:30:10 +1000
committerAmaury Pouly <amaury.pouly@gmail.com>2017-05-16 12:10:28 +1000
commit6e69e3adaa697dd8e7113dc2367cc44b0982086f (patch)
tree20ebfacadb0436c5dbef4a4b5d92d13723b08015 /firmware
parentb959655822df6c5610372c9da54ea93f93ac87e9 (diff)
downloadrockbox-6e69e3adaa697dd8e7113dc2367cc44b0982086f.tar.gz
rockbox-6e69e3adaa697dd8e7113dc2367cc44b0982086f.zip
zenxfi3,fuzeplus: disable AB repeat (not enough keys)
zenxki3: disable hotkey (not enough keys) Change-Id: I294f622e994709dcab27462673792adeb48e7118
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/creativezenxfi3.h5
-rw-r--r--firmware/export/config/sansafuzeplus.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h
index 9233ef08a1..0503035914 100644
--- a/firmware/export/config/creativezenxfi3.h
+++ b/firmware/export/config/creativezenxfi3.h
@@ -39,8 +39,9 @@
39/* define this to enable JPEG decoding */ 39/* define this to enable JPEG decoding */
40#define HAVE_JPEG 40#define HAVE_JPEG
41 41
42/* Define this if a programmable hotkey is mapped */ 42/* Define this if a programmable hotkey is mapped
43#define HAVE_HOTKEY 43#define HAVE_HOTKEY
44*/
44 45
45/* define this if you have access to the quickscreen */ 46/* define this if you have access to the quickscreen */
46#define HAVE_QUICKSCREEN 47#define HAVE_QUICKSCREEN
@@ -120,7 +121,7 @@
120/* The number of bytes reserved for loadable plugins */ 121/* The number of bytes reserved for loadable plugins */
121#define PLUGIN_BUFFER_SIZE 0x80000 122#define PLUGIN_BUFFER_SIZE 0x80000
122 123
123#define AB_REPEAT_ENABLE 124//#define AB_REPEAT_ENABLE
124 125
125/* Define this for LCD backlight available */ 126/* Define this for LCD backlight available */
126#define HAVE_BACKLIGHT 127#define HAVE_BACKLIGHT
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 62f50c4f71..03d6c00b2e 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -114,7 +114,7 @@
114/* The number of bytes reserved for loadable plugins */ 114/* The number of bytes reserved for loadable plugins */
115#define PLUGIN_BUFFER_SIZE 0x80000 115#define PLUGIN_BUFFER_SIZE 0x80000
116 116
117#define AB_REPEAT_ENABLE 117//#define AB_REPEAT_ENABLE
118 118
119/* Define this for LCD backlight available */ 119/* Define this for LCD backlight available */
120#define HAVE_BACKLIGHT 120#define HAVE_BACKLIGHT