aboutsummaryrefslogtreecommitdiff
path: root/keyboards/aeboards/ext65/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/aeboards/ext65/config.h')
-rw-r--r--keyboards/aeboards/ext65/config.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/aeboards/ext65/config.h b/keyboards/aeboards/ext65/config.h
index 7255b463f..c6e6ac890 100644
--- a/keyboards/aeboards/ext65/config.h
+++ b/keyboards/aeboards/ext65/config.h
@@ -46,24 +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*10*10*2)) = (37+800)
66#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 837
67#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 187
68#define DYNAMIC_KEYMAP_MACRO_COUNT 16
69