Browse Source

Make escape work after changing the backlight settings on the HS60 V2 (#5193)

pull/5197/head
Hannes Hornwall 5 years ago
committed by Drashna Jaelre
parent
commit
657b44cb7c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      keyboards/hs60/v2/config.h

+ 4
- 4
keyboards/hs60/v2/config.h View File

@ -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

Loading…
Cancel
Save