diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-03 17:23:15 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 17:23:15 +1000 |
| commit | b6757d2380d32b5f60f61ffc42d27c40eb219208 (patch) | |
| tree | 2780145169ebdddab4eba4458956a85d91178c33 /keyboards/parallel | |
| parent | 3da6575e2480d46399be01c21270c57420e0f16d (diff) | |
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/parallel')
4 files changed, 12 insertions, 14 deletions
diff --git a/keyboards/parallel/parallel_65/hotswap/config.h b/keyboards/parallel/parallel_65/hotswap/config.h index ae730c3c9f..c953d92e64 100644 --- a/keyboards/parallel/parallel_65/hotswap/config.h +++ b/keyboards/parallel/parallel_65/hotswap/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x504C | ||
| 24 | #define PRODUCT_ID 0x5069 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Parallel Limited | ||
| 27 | #define PRODUCT Parallel 65% Hotswap PCB | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/parallel/parallel_65/hotswap/info.json b/keyboards/parallel/parallel_65/hotswap/info.json index 28b1dda23e..ff15ff15df 100644 --- a/keyboards/parallel/parallel_65/hotswap/info.json +++ b/keyboards/parallel/parallel_65/hotswap/info.json | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Parallel 65% Hotswap PCB", | 2 | "keyboard_name": "Parallel 65% Hotswap PCB", |
| 3 | "manufacturer": "Parallel Limited", | ||
| 3 | "maintainer": "matthewdias", | 4 | "maintainer": "matthewdias", |
| 5 | "usb": { | ||
| 6 | "vid": "0x504C", | ||
| 7 | "pid": "0x5069", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 4 | "layouts": { | 10 | "layouts": { |
| 5 | "LAYOUT_65_ansi_blocker": { | 11 | "LAYOUT_65_ansi_blocker": { |
| 6 | "layout": [ | 12 | "layout": [ |
diff --git a/keyboards/parallel/parallel_65/soldered/config.h b/keyboards/parallel/parallel_65/soldered/config.h index 2ff2492ad4..c953d92e64 100644 --- a/keyboards/parallel/parallel_65/soldered/config.h +++ b/keyboards/parallel/parallel_65/soldered/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x504C | ||
| 24 | #define PRODUCT_ID 0x5068 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Parallel Limited | ||
| 27 | #define PRODUCT Parallel 65% PCB | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/parallel/parallel_65/soldered/info.json b/keyboards/parallel/parallel_65/soldered/info.json index 4b0ae27b00..182593f430 100644 --- a/keyboards/parallel/parallel_65/soldered/info.json +++ b/keyboards/parallel/parallel_65/soldered/info.json | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Parallel 65% PCB", | 2 | "keyboard_name": "Parallel 65% PCB", |
| 3 | "manufacturer": "Parallel Limited", | ||
| 3 | "maintainer": "matthewdias", | 4 | "maintainer": "matthewdias", |
| 5 | "usb": { | ||
| 6 | "vid": "0x504C", | ||
| 7 | "pid": "0x5068", | ||
| 8 | "device_version": "0.0.1" | ||
| 9 | }, | ||
| 4 | "layouts": { | 10 | "layouts": { |
| 5 | "LAYOUT_65_ansi_blocker_split_bs": { | 11 | "LAYOUT_65_ansi_blocker_split_bs": { |
| 6 | "layout": [ | 12 | "layout": [ |
