Skip to content

Commit

Permalink
Make escape work after changing the backlight settings on the HS60 V2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Hornwall authored and slugger7 committed Mar 7, 2019
1 parent 3e3c4dd commit a575ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/hs60/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a575ba9

Please sign in to comment.