aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2020-01-22 21:28:42 +0000
committerfauxpark <fauxpark@gmail.com>2020-01-23 08:28:42 +1100
commit1a40af74dacf6719c00baf252ffe1318358ab829 (patch)
treeffd0556449b3614eed42f87a0cccfd21f59de3ac /keyboards/hs60
parent9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69 (diff)
downloadqmk_firmware-1a40af74dacf6719c00baf252ffe1318358ab829.tar.gz
qmk_firmware-1a40af74dacf6719c00baf252ffe1318358ab829.zip
HS60 EEPROM size fix (#7968)
Diffstat (limited to 'keyboards/hs60')
-rw-r--r--keyboards/hs60/v2/ansi/config.h4
-rw-r--r--keyboards/hs60/v2/ansi/keymaps/default/config.h23
-rw-r--r--keyboards/hs60/v2/ansi/keymaps/via/config.h23
-rw-r--r--keyboards/hs60/v2/hhkb/config.h4
-rw-r--r--keyboards/hs60/v2/iso/config.h2
5 files changed, 7 insertions, 49 deletions
diff --git a/keyboards/hs60/v2/ansi/config.h b/keyboards/hs60/v2/ansi/config.h
index a02c362c9..4d0c03a9c 100644
--- a/keyboards/hs60/v2/ansi/config.h
+++ b/keyboards/hs60/v2/ansi/config.h
@@ -142,5 +142,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
142 142
143// Backlight config starts after VIA's EEPROM usage, 143// Backlight config starts after VIA's EEPROM usage,
144// dynamic keymaps start after this. 144// dynamic keymaps start after this.
145#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 145#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32
146 146
147// VIA lighting is handled by the keyboard-level code
148#define VIA_CUSTOM_LIGHTING_ENABLE
diff --git a/keyboards/hs60/v2/ansi/keymaps/default/config.h b/keyboards/hs60/v2/ansi/keymaps/default/config.h
deleted file mode 100644
index 96adaf568..000000000
--- a/keyboards/hs60/v2/ansi/keymaps/default/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2Copyright 2018 Yiancar
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17#pragma once
18
19/* Include overwrites for specific keymap */
20
21#define HS60_ANSI
22#undef PRODUCT_ID
23#define PRODUCT_ID 0x4854
diff --git a/keyboards/hs60/v2/ansi/keymaps/via/config.h b/keyboards/hs60/v2/ansi/keymaps/via/config.h
deleted file mode 100644
index 96adaf568..000000000
--- a/keyboards/hs60/v2/ansi/keymaps/via/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/*
2Copyright 2018 Yiancar
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17#pragma once
18
19/* Include overwrites for specific keymap */
20
21#define HS60_ANSI
22#undef PRODUCT_ID
23#define PRODUCT_ID 0x4854
diff --git a/keyboards/hs60/v2/hhkb/config.h b/keyboards/hs60/v2/hhkb/config.h
index 45cfe5716..69c0a3fe0 100644
--- a/keyboards/hs60/v2/hhkb/config.h
+++ b/keyboards/hs60/v2/hhkb/config.h
@@ -142,5 +142,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
142 142
143// Backlight config starts after VIA's EEPROM usage, 143// Backlight config starts after VIA's EEPROM usage,
144// dynamic keymaps start after this. 144// dynamic keymaps start after this.
145#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 145#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32
146 146
147// VIA lighting is handled by the keyboard-level code
148#define VIA_CUSTOM_LIGHTING_ENABLE
diff --git a/keyboards/hs60/v2/iso/config.h b/keyboards/hs60/v2/iso/config.h
index e252b1982..5c2488c78 100644
--- a/keyboards/hs60/v2/iso/config.h
+++ b/keyboards/hs60/v2/iso/config.h
@@ -140,7 +140,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
140 140
141// Backlight config starts after VIA's EEPROM usage, 141// Backlight config starts after VIA's EEPROM usage,
142// dynamic keymaps start after this. 142// dynamic keymaps start after this.
143#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 31 143#define VIA_EEPROM_CUSTOM_CONFIG_SIZE 32
144 144
145// VIA lighting is handled by the keyboard-level code 145// VIA lighting is handled by the keyboard-level code
146#define VIA_CUSTOM_LIGHTING_ENABLE 146#define VIA_CUSTOM_LIGHTING_ENABLE