diff options
author | Jonathan Rascher <jon@bcat.name> | 2019-11-01 20:48:58 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-01 18:48:58 -0700 |
commit | 1f6cb53fb34867827c487e523f7134bab1acab04 (patch) | |
tree | fe92e56719f16aab9b9cf189ab810673a6191f22 /users/bcat/config.h | |
parent | f5cf5b950f04659ae7faf1534650092023adb468 (diff) |
[Keymap] Moar personal keymap and userspace tweaks (#7238)
* Enable link-time optimization
* Make RGB static gradient ranges shorter
* Shift Quefrency media keys to the right
* Shift KBD67 media keys to the right
* Move some 60% keys from function to adjust layer
* Set "extra" Lily58 keys to browser back/forward
* Remove Instant60 EEPROM hack after #6968
* Remove unnecessary bits from macropad keymaps
* Update KLE images
Diffstat (limited to 'users/bcat/config.h')
-rw-r--r-- | users/bcat/config.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index 5f49a4ed37..f6be07bf6e 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h @@ -65,21 +65,3 @@ #define MOUSEKEY_WHEEL_MAX_SPEED 3 #define MOUSEKEY_WHEEL_TIME_TO_MAX 150 #endif - -#if defined(KEYBOARD_cannonkeys_instant60) - /* - * Work around EEPROM incompatibility with VIA: - * https://github.com/qmk/qmk_firmware/issues/6589#issuecomment-524042457. - */ - #undef EEPROM_MAGIC_ADDR - #undef EEPROM_VERSION_ADDR - #undef DYNAMIC_KEYMAP_EEPROM_ADDR - #undef EEPROM_CUSTOM_BACKLIGHT - #undef DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR - - #define EEPROM_MAGIC_ADDR 34 - #define EEPROM_VERSION_ADDR 36 - #define DYNAMIC_KEYMAP_EEPROM_ADDR 37 - #define EEPROM_CUSTOM_BACKLIGHT 637 - #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 638 -#endif |