HS60 EEPROM size fix (#7968)
This commit is contained in:
parent
9e6e01cabb
commit
1a40af74da
5 changed files with 7 additions and 49 deletions
|
@ -142,5 +142,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// Backlight config starts after VIA's EEPROM usage,
|
// Backlight config starts after VIA's EEPROM usage,
|
||||||
// dynamic keymaps start after this.
|
// 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
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -142,5 +142,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// Backlight config starts after VIA's EEPROM usage,
|
// Backlight config starts after VIA's EEPROM usage,
|
||||||
// dynamic keymaps start after this.
|
// 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
|
||||||
|
|
|
@ -140,7 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// Backlight config starts after VIA's EEPROM usage,
|
// Backlight config starts after VIA's EEPROM usage,
|
||||||
// dynamic keymaps start after this.
|
// 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
|
// VIA lighting is handled by the keyboard-level code
|
||||||
#define VIA_CUSTOM_LIGHTING_ENABLE
|
#define VIA_CUSTOM_LIGHTING_ENABLE
|
||||||
|
|
Loading…
Reference in a new issue