aboutsummaryrefslogtreecommitdiff
path: root/keyboards/snagpad/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/snagpad/config.h')
-rw-r--r--keyboards/snagpad/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/snagpad/config.h b/keyboards/snagpad/config.h
index 9503ae25f..cd32a3d8c 100644
--- a/keyboards/snagpad/config.h
+++ b/keyboards/snagpad/config.h
@@ -57,16 +57,16 @@
57 57
58// TODO: refactor with new user EEPROM code (coming soon) 58// TODO: refactor with new user EEPROM code (coming soon)
59#define EEPROM_MAGIC 0x451F 59#define EEPROM_MAGIC 0x451F
60#define EEPROM_MAGIC_ADDR 32 60#define EEPROM_MAGIC_ADDR 34
61// Bump this every time we change what we store 61// Bump this every time we change what we store
62// This will automatically reset the EEPROM with defaults 62// This will automatically reset the EEPROM with defaults
63// and avoid loading invalid data from the EEPROM 63// and avoid loading invalid data from the EEPROM
64#define EEPROM_VERSION 0x08 64#define EEPROM_VERSION 0x08
65#define EEPROM_VERSION_ADDR 34 65#define EEPROM_VERSION_ADDR 36
66 66
67// Dynamic keymap starts after EEPROM version 67// Dynamic keymap starts after EEPROM version
68#define DYNAMIC_KEYMAP_EEPROM_ADDR 35 68#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
69// Dynamic macro starts after dynamic keymaps (35+(4*5*4*2)) = (35+160) 69// Dynamic macro starts after dynamic keymaps (37+(4*5*4*2)) = (37+160)
70#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 195 70#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 197
71#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 829 71#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 827
72#define DYNAMIC_KEYMAP_MACRO_COUNT 16 \ No newline at end of file 72#define DYNAMIC_KEYMAP_MACRO_COUNT 16 \ No newline at end of file