mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-20 07:09:06 +00:00
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
This commit is contained in:
committed by
Florian Didron
parent
aa074cf592
commit
ef5cdd2262
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user