diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-15 13:30:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 13:30:12 +1000 |
commit | 51d5aad25b92a34bc051849616fcd93e3ae407fc (patch) | |
tree | 9c73ecbf89d0dcc3e2876355b02403816e60950e /keyboards/exclusive | |
parent | 1027aed83a264d03cf3bbfd4a85ca7d240217b0f (diff) |
Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r-- | keyboards/exclusive/e85/config.h | 5 | ||||
-rw-r--r-- | keyboards/exclusive/e85/hotswap/config.h | 18 | ||||
-rw-r--r-- | keyboards/exclusive/e85/hotswap/info.json | 8 | ||||
-rw-r--r-- | keyboards/exclusive/e85/soldered/config.h | 18 | ||||
-rw-r--r-- | keyboards/exclusive/e85/soldered/info.json | 8 |
5 files changed, 14 insertions, 43 deletions
diff --git a/keyboards/exclusive/e85/config.h b/keyboards/exclusive/e85/config.h index 2683403204..a8be81e784 100644 --- a/keyboards/exclusive/e85/config.h +++ b/keyboards/exclusive/e85/config.h @@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4558 // EX -#define DEVICE_VER 0x0001 -#define MANUFACTURER Exclusive - /* key matrix size */ #define MATRIX_ROWS 11 #define MATRIX_COLS 9 diff --git a/keyboards/exclusive/e85/hotswap/config.h b/keyboards/exclusive/e85/hotswap/config.h deleted file mode 100644 index a0f957db87..0000000000 --- a/keyboards/exclusive/e85/hotswap/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2020 MechMerlin - * - * 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/>. - */ - -#define PRODUCT_ID 0xE851 // E8.5 Hotswap -#define PRODUCT E8.5 Hotswap PCB diff --git a/keyboards/exclusive/e85/hotswap/info.json b/keyboards/exclusive/e85/hotswap/info.json index e8c65f32d2..53ca1e3759 100644 --- a/keyboards/exclusive/e85/hotswap/info.json +++ b/keyboards/exclusive/e85/hotswap/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Exclusive E8.5 TKL", + "keyboard_name": "E8.5 Hotswap", + "manufacturer": "Exclusive", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x4558", + "pid": "0xE851", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ansi_standard": { "layout": [ diff --git a/keyboards/exclusive/e85/soldered/config.h b/keyboards/exclusive/e85/soldered/config.h deleted file mode 100644 index c76fcf8074..0000000000 --- a/keyboards/exclusive/e85/soldered/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2020 MechMerlin - * - * 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/>. - */ - -#define PRODUCT_ID 0xE852 // E8.5 Soldered -#define PRODUCT E8.5 Soldered PCB diff --git a/keyboards/exclusive/e85/soldered/info.json b/keyboards/exclusive/e85/soldered/info.json index fa4be15647..937c2ad245 100644 --- a/keyboards/exclusive/e85/soldered/info.json +++ b/keyboards/exclusive/e85/soldered/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Exclusive E8.5 TKL", + "keyboard_name": "E8.5 Soldered", + "manufacturer": "Exclusive", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x4558", + "pid": "0xE852", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |