From 78f28900e000a6b50c249148d8f0c6896aeafab3 Mon Sep 17 00:00:00 2001 From: zvecr Date: Wed, 22 Jun 2022 23:03:37 +0100 Subject: [PATCH] Update EECONFIG version to ensure XAP init --- quantum/eeconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/eeconfig.h b/quantum/eeconfig.h index 565a0dbe5b..44f42b60e3 100644 --- a/quantum/eeconfig.h +++ b/quantum/eeconfig.h @@ -21,7 +21,7 @@ along with this program. If not, see . #include #ifndef EECONFIG_MAGIC_NUMBER -# define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEE8 // When changing, decrement this value to avoid future re-init issues +# define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEE7 // When changing, decrement this value to avoid future re-init issues #endif #define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF