diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-01-22 21:28:42 +0000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2020-01-23 08:28:42 +1100 |
commit | 1a40af74dacf6719c00baf252ffe1318358ab829 (patch) | |
tree | ffd0556449b3614eed42f87a0cccfd21f59de3ac /keyboards/hs60/v2/ansi/keymaps/via/config.h | |
parent | 9e6e01cabb5045dcc61ff82aa0a2820f2aacdd69 (diff) | |
download | qmk_firmware-1a40af74dacf6719c00baf252ffe1318358ab829.tar.gz qmk_firmware-1a40af74dacf6719c00baf252ffe1318358ab829.zip |
HS60 EEPROM size fix (#7968)
Diffstat (limited to 'keyboards/hs60/v2/ansi/keymaps/via/config.h')
-rw-r--r-- | keyboards/hs60/v2/ansi/keymaps/via/config.h | 23 |
1 files changed, 0 insertions, 23 deletions
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 96adaf5688..0000000000 --- a/keyboards/hs60/v2/ansi/keymaps/via/config.h +++ /dev/null @@ -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 |