diff options
author | Hannes Hornwall <hannes@hornwall.me> | 2019-02-20 21:48:46 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-20 12:48:46 -0800 |
commit | 657b44cb7cc445575d1f506a78cebd4aa59787e6 (patch) | |
tree | 839b278cac6e661fd91a2e8ebe2e24ece26098b5 | |
parent | eb7a821c5bc345ea64a1eb08c19b852516ba4696 (diff) | |
download | qmk_firmware-657b44cb7cc445575d1f506a78cebd4aa59787e6.tar.gz qmk_firmware-657b44cb7cc445575d1f506a78cebd4aa59787e6.zip |
Make escape work after changing the backlight settings on the HS60 V2 (#5193)
-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/>. | |||
130 | 130 | ||
131 | // Backlight config starts after EEPROM version | 131 | // Backlight config starts after EEPROM version |
132 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 | 132 | #define RGB_BACKLIGHT_CONFIG_EEPROM_ADDR 35 |
133 | // Dynamic keymap starts after backlight config (35+31) | 133 | // Dynamic keymap starts after backlight config (35+32) |
134 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 66 | 134 | #define DYNAMIC_KEYMAP_EEPROM_ADDR 67 |
135 | #define DYNAMIC_KEYMAP_LAYER_COUNT 4 | 135 | #define DYNAMIC_KEYMAP_LAYER_COUNT 4 |
136 | // Dynamic macro starts after dynamic keymaps (66+(4*5*14*2)) = (66+560) | 136 | // Dynamic macro starts after dynamic keymaps (67+(4*5*14*2)) = (67+560) |
137 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 626 | 137 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_ADDR 627 |
138 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 398 | 138 | #define DYNAMIC_KEYMAP_MACRO_EEPROM_SIZE 398 |
139 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 | 139 | #define DYNAMIC_KEYMAP_MACRO_COUNT 16 |