From 6e69e3adaa697dd8e7113dc2367cc44b0982086f Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 29 Apr 2017 14:30:10 +1000 Subject: zenxfi3,fuzeplus: disable AB repeat (not enough keys) zenxki3: disable hotkey (not enough keys) Change-Id: I294f622e994709dcab27462673792adeb48e7118 --- firmware/export/config/creativezenxfi3.h | 5 +++-- firmware/export/config/sansafuzeplus.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware/export') 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 @@ /* define this to enable JPEG decoding */ #define HAVE_JPEG -/* Define this if a programmable hotkey is mapped */ +/* Define this if a programmable hotkey is mapped #define HAVE_HOTKEY +*/ /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN @@ -120,7 +121,7 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -#define AB_REPEAT_ENABLE +//#define AB_REPEAT_ENABLE /* Define this for LCD backlight available */ #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 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -#define AB_REPEAT_ENABLE +//#define AB_REPEAT_ENABLE /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -- cgit v1.2.3