From 0ec90ce8817172c288b0227550a56cd0cdf72da2 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Mon, 26 Aug 2019 21:39:15 -0700 Subject: [PATCH] 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 --- tmk_core/common/eeconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . #include -#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 */