diff options
Diffstat (limited to 'keyboards/zeal65/config.h')
| -rw-r--r-- | keyboards/zeal65/config.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/keyboards/zeal65/config.h b/keyboards/zeal65/config.h index 683df2038..63ce1c12a 100644 --- a/keyboards/zeal65/config.h +++ b/keyboards/zeal65/config.h | |||
| @@ -115,11 +115,15 @@ | |||
| 115 | // Bump this every time we change what we store | 115 | // Bump this every time we change what we store |
| 116 | // This will automatically reset the EEPROM with defaults | 116 | // This will automatically reset the EEPROM with defaults |
| 117 | // and avoid loading invalid data from the EEPROM | 117 | // and avoid loading invalid data from the EEPROM |
| 118 | #define EEPROM_VERSION 0x07 | 118 | #define EEPROM_VERSION 0x08 |
| 119 | #define EEPROM_VERSION_ADDR 34 | 119 | #define EEPROM_VERSION_ADDR 34 |
| 120 | 120 | ||
| 121 | // Backlight config starts after EEPROM version | 121 | // Backlight config starts after EEPROM version |
| 122 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 | 122 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 |
| 123 | // Dynamic keymap starts after backlight config (35+37) | 123 | // Dynamic keymap starts after backlight config (35+31) |
| 124 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 72 | 124 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 66 |
| 125 | // Dynamic macro starts after dynamic keymaps (66+(4*5*15*2)) = (66+600) | ||
| 126 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 666 | ||
| 127 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 358 | ||
| 128 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 | ||
| 125 | 129 | ||
