summaryrefslogtreecommitdiff
path: root/tmk_core/common/eeconfig.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-08-26 21:39:15 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-09-05 16:15:42 +0900
commit0ec90ce8817172c288b0227550a56cd0cdf72da2 (patch)
treec79055197d0632031b3d58df3b081a1217cfb5ef /tmk_core/common/eeconfig.h
parente85eeeaa538cb21441eb758605b449afb10375b8 (diff)
Increment EEPROM Magic Number due to EEPROM init issues
Specifically, the magic value may be initialized, but the range added for the CTRL-GUI feature is not
Diffstat (limited to 'tmk_core/common/eeconfig.h')
-rw-r--r--tmk_core/common/eeconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h
index 3f7e3357c4..bde188dfdb 100644
--- a/tmk_core/common/eeconfig.h
+++ b/tmk_core/common/eeconfig.h
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdbool.h>
-#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEE
+#define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEF
#define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF
/* EEPROM parameter address */