diff options
author | Hannes Hornwall <hannes@hornwall.me> | 2019-02-20 21:48:46 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-20 21:48:46 +0100 |
commit | 657b44cb7cc445575d1f506a78cebd4aa59787e6 (patch) | |
tree | 839b278cac6e661fd91a2e8ebe2e24ece26098b5 /keyboards/hs60/v2 | |
parent | eb7a821c5bc345ea64a1eb08c19b852516ba4696 (diff) | |
download | qmk_firmware-657b44cb7cc445575d1f506a78cebd4aa59787e6.tar.gz qmk_firmware-657b44cb7cc445575d1f506a78cebd4aa59787e6.tar.xz |
Make escape work after changing the backlight settings on the HS60 V2 (#5193)
Diffstat (limited to 'keyboards/hs60/v2')
-rw-r--r-- | keyboards/hs60/v2/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/hs60/v2/config.h b/keyboards/hs60/v2/config.h index 493a2580a..b0c56adf8 100644 --- a/keyboards/hs60/v2/config.h +++ b/keyboards/hs60/v2/config.h @@ -130,10 +130,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Backlight config starts after EEPROM version #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 -// Dynamic keymap starts after backlight config (35+31) -#define DYNAMIC_KEYMAP_EEPROM_ADDR 66 +// Dynamic keymap starts after backlight config (35+32) +#define DYNAMIC_KEYMAP_EEPROM_ADDR 67 #define DYNAMIC_KEYMAP_LAYER_COUNT 4 -// Dynamic macro starts after dynamic keymaps (66+(4*5*14*2)) = (66+560) -#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 626 +// Dynamic macro starts after dynamic keymaps (67+(4*5*14*2)) = (67+560) +#define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 627 #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 398 #define DYNAMIC_KEYMAP_MACRO_COUNT 16 |