aboutsummaryrefslogtreecommitdiff
path: root/keyboards/aeboards/aegis/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aeboards/aegis/config.h')
-rw-r--r--keyboards/aeboards/aegis/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/aeboards/aegis/config.h b/keyboards/aeboards/aegis/config.h
index 2a3589730..5836f02bc 100644
--- a/keyboards/aeboards/aegis/config.h
+++ b/keyboards/aeboards/aegis/config.h
@@ -46,23 +46,3 @@
46 46
47/* Locking resynchronize hack */ 47/* Locking resynchronize hack */
48#define LOCKING_RESYNC_ENABLE 48#define LOCKING_RESYNC_ENABLE
49
50#define DYNAMIC_KEYMAP_LAYER_COUNT 4
51
52// EEPROM usage
53
54// TODO: refactor with new user EEPROM code (coming soon)
55#define EEPROM_MAGIC 0x451F
56#define EEPROM_MAGIC_ADDR 34
57// Bump this every time we change what we store
58// This will automatically reset the EEPROM with defaults
59// and avoid loading invalid data from the EEPROM
60#define EEPROM_VERSION 0x08
61#define EEPROM_VERSION_ADDR 36
62
63// Dynamic keymap starts after EEPROM version
64#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
65// Dynamic macro starts after dynamic keymaps (37+(4*12*9*2)) = (37+864)
66#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 901
67#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 123
68#define DYNAMIC_KEYMAP_MACRO_COUNT 16