diff options
Diffstat (limited to 'keyboards/wilba_tech/wt65_a/config.h')
| -rw-r--r-- | keyboards/wilba_tech/wt65_a/config.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/wilba_tech/wt65_a/config.h b/keyboards/wilba_tech/wt65_a/config.h index 5f535c6a7..88e902353 100644 --- a/keyboards/wilba_tech/wt65_a/config.h +++ b/keyboards/wilba_tech/wt65_a/config.h | |||
| @@ -195,10 +195,12 @@ | |||
| 195 | // Bump this every time we change what we store | 195 | // Bump this every time we change what we store |
| 196 | // This will automatically reset the EEPROM with defaults | 196 | // This will automatically reset the EEPROM with defaults |
| 197 | // and avoid loading invalid data from the EEPROM | 197 | // and avoid loading invalid data from the EEPROM |
| 198 | #define EEPROM_VERSION 0x07 | 198 | #define EEPROM_VERSION 0x08 |
| 199 | #define EEPROM_VERSION_ADDR 34 | 199 | #define EEPROM_VERSION_ADDR 34 |
| 200 | 200 | ||
| 201 | // Backlight config starts after EEPROM version | 201 | // Dynamic keymap starts after EEPROM version |
| 202 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 | 202 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 35 |
| 203 | // Dynamic keymap starts after backlight config (35+37) | 203 | // Dynamic macro starts after dynamic keymaps (35+(4*5*15*2)) = (35+600) |
| 204 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 72 | 204 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 635 |
| 205 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 389 | ||
| 206 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 | ||
