aboutsummaryrefslogtreecommitdiff
path: root/keyboards/snagpad/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/snagpad/config.h')
-rw-r--r--keyboards/snagpad/config.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/snagpad/config.h b/keyboards/snagpad/config.h
index a4ab9d5e2..339bdd1be 100644
--- a/keyboards/snagpad/config.h
+++ b/keyboards/snagpad/config.h
@@ -47,23 +47,3 @@
47#define RGBLIGHT_SAT_STEP 8 47#define RGBLIGHT_SAT_STEP 8
48#define RGBLIGHT_VAL_STEP 8 48#define RGBLIGHT_VAL_STEP 8
49#endif 49#endif
50
51#define DYNAMIC_KEYMAP_LAYER_COUNT 4
52
53// EEPROM usage
54
55// TODO: refactor with new user EEPROM code (coming soon)
56#define EEPROM_MAGIC 0x451F
57#define EEPROM_MAGIC_ADDR 34
58// Bump this every time we change what we store
59// This will automatically reset the EEPROM with defaults
60// and avoid loading invalid data from the EEPROM
61#define EEPROM_VERSION 0x08
62#define EEPROM_VERSION_ADDR 36
63
64// Dynamic keymap starts after EEPROM version
65#define DYNAMIC_KEYMAP_EEPROM_ADDR 37
66// Dynamic macro starts after dynamic keymaps (37+(4*5*4*2)) = (37+160)
67#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 197
68#define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 827
69#define DYNAMIC_KEYMAP_MACRO_COUNT 16 \ No newline at end of file