~ruther/qmk_firmware

1a40af74dacf6719c00baf252ffe1318358ab829 — yiancar 5 years ago 9e6e01c
HS60 EEPROM size fix (#7968)

5 files changed, 7 insertions(+), 49 deletions(-)

M keyboards/hs60/v2/ansi/config.h
D keyboards/hs60/v2/ansi/keymaps/default/config.h
D keyboards/hs60/v2/ansi/keymaps/via/config.h
M keyboards/hs60/v2/hhkb/config.h
M keyboards/hs60/v2/iso/config.h
M keyboards/hs60/v2/ansi/config.h => keyboards/hs60/v2/ansi/config.h +3 -1
@@ 142,5 142,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

// Backlight config starts after VIA's EEPROM usage,
// dynamic keymaps start after this.
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32

// VIA lighting is handled by the keyboard-level code
#define VIA_CUSTOM_LIGHTING_ENABLE

D keyboards/hs60/v2/ansi/keymaps/default/config.h => keyboards/hs60/v2/ansi/keymaps/default/config.h +0 -23
@@ 1,23 0,0 @@
/*
Copyright 2018 Yiancar

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

/* Include overwrites for specific keymap */

#define HS60_ANSI
#undef  PRODUCT_ID
#define PRODUCT_ID      0x4854

D keyboards/hs60/v2/ansi/keymaps/via/config.h => keyboards/hs60/v2/ansi/keymaps/via/config.h +0 -23
@@ 1,23 0,0 @@
/*
Copyright 2018 Yiancar

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

/* Include overwrites for specific keymap */

#define HS60_ANSI
#undef  PRODUCT_ID
#define PRODUCT_ID      0x4854

M keyboards/hs60/v2/hhkb/config.h => keyboards/hs60/v2/hhkb/config.h +3 -1
@@ 142,5 142,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

// Backlight config starts after VIA's EEPROM usage,
// dynamic keymaps start after this.
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32

// VIA lighting is handled by the keyboard-level code
#define VIA_CUSTOM_LIGHTING_ENABLE

M keyboards/hs60/v2/iso/config.h => keyboards/hs60/v2/iso/config.h +1 -1
@@ 140,7 140,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

// Backlight config starts after VIA's EEPROM usage,
// dynamic keymaps start after this.
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31
#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32

// VIA lighting is handled by the keyboard-level code
#define VIA_CUSTOM_LIGHTING_ENABLE