diff options
Diffstat (limited to 'keyboards/rama/m6_b/config.h')
| -rw-r--r-- | keyboards/rama/m6_b/config.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/rama/m6_b/config.h b/keyboards/rama/m6_b/config.h index c016703e0..67034ef8c 100644 --- a/keyboards/rama/m6_b/config.h +++ b/keyboards/rama/m6_b/config.h | |||
| @@ -150,11 +150,14 @@ | |||
| 150 | // Bump this every time we change what we store | 150 | // Bump this every time we change what we store |
| 151 | // This will automatically reset the EEPROM with defaults | 151 | // This will automatically reset the EEPROM with defaults |
| 152 | // and avoid loading invalid data from the EEPROM | 152 | // and avoid loading invalid data from the EEPROM |
| 153 | #define EEPROM_VERSION 0x07 | 153 | #define EEPROM_VERSION 0x08 |
| 154 | #define EEPROM_VERSION_ADDR 34 | 154 | #define EEPROM_VERSION_ADDR 34 |
| 155 | 155 | ||
| 156 | // Backlight config starts after EEPROM version | 156 | // Backlight config starts after EEPROM version |
| 157 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 | 157 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 |
| 158 | // Dynamic keymap starts after backlight config (35+37) | 158 | // Dynamic keymap starts after backlight config (35+43) |
| 159 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 72 | 159 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 78 |
| 160 | 160 | // Dynamic macro starts after dynamic keymaps (78+(4*6*2)) = (78+48) | |
| 161 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 126 | ||
| 162 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 898 | ||
| 163 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 | ||
