aboutsummaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt80_a/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wilba_tech/wt80_a/config.h')
-rw-r--r--keyboards/wilba_tech/wt80_a/config.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/wilba_tech/wt80_a/config.h b/keyboards/wilba_tech/wt80_a/config.h
index f78ce7fb3..ca03c366e 100644
--- a/keyboards/wilba_tech/wt80_a/config.h
+++ b/keyboards/wilba_tech/wt80_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*6*17*2)) = (35+816)
204#define DYNAMIC_KEYMAP_EEPROM_ADDR 72 204#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 851
205#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 173
206#define DYNAMIC_KEYMAP_MACRO_COUNT 16