aboutsummaryrefslogtreecommitdiff
path: root/users/bcat/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/bcat/config.h')
-rw-r--r--users/bcat/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h
index 5f49a4ed3..f6be07bf6 100644
--- a/users/bcat/config.h
+++ b/users/bcat/config.h
@@ -65,21 +65,3 @@
65 #define MOUSEKEY_WHEEL_MAX_SPEED 3 65 #define MOUSEKEY_WHEEL_MAX_SPEED 3
66 #define MOUSEKEY_WHEEL_TIME_TO_MAX 150 66 #define MOUSEKEY_WHEEL_TIME_TO_MAX 150
67#endif 67#endif
68
69#if defined(KEYBOARD_cannonkeys_instant60)
70 /*
71 * Work around EEPROM incompatibility with VIA:
72 * https://github.com/qmk/qmk_firmware/issues/6589#issuecomment-524042457.
73 */
74 #undef EEPROM_MAGIC_ADDR
75 #undef EEPROM_VERSION_ADDR
76 #undef DYNAMIC_KEYMAP_EEPROM_ADDR
77 #undef EEPROM_CUSTOM_BACKLIGHT
78 #undef DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR
79
80 #define EEPROM_MAGIC_ADDR 34
81 #define EEPROM_VERSION_ADDR 36
82 #define DYNAMIC_KEYMAP_EEPROM_ADDR 37
83 #define EEPROM_CUSTOM_BACKLIGHT 637
84 #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 638
85#endif