summaryrefslogtreecommitdiff
path: root/keyboards/plx
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-03 17:23:15 +1000
committerGitHub <noreply@github.com>2022-08-03 17:23:15 +1000
commitb6757d2380d32b5f60f61ffc42d27c40eb219208 (patch)
tree2780145169ebdddab4eba4458956a85d91178c33 /keyboards/plx
parent3da6575e2480d46399be01c21270c57420e0f16d (diff)
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/plx')
-rw-r--r--keyboards/plx/config.h7
-rw-r--r--keyboards/plx/info.json6
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/plx/config.h b/keyboards/plx/config.h
index 68708beccf..74cf3dee8f 100644
--- a/keyboards/plx/config.h
+++ b/keyboards/plx/config.h
@@ -18,13 +18,6 @@
18 18
19#include "config_common.h" 19#include "config_common.h"
20 20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0x04D8
23#define PRODUCT_ID 0xE972
24#define DEVICE_VER 0x0001
25#define MANUFACTURER Peac Design
26#define PRODUCT PLX
27
28/* key matrix size */ 21/* key matrix size */
29#define MATRIX_ROWS 5 22#define MATRIX_ROWS 5
30#define MATRIX_COLS 15 23#define MATRIX_COLS 15
diff --git a/keyboards/plx/info.json b/keyboards/plx/info.json
index 47f73ada61..be37e4efe0 100644
--- a/keyboards/plx/info.json
+++ b/keyboards/plx/info.json
@@ -1,7 +1,13 @@
1{ 1{
2 "keyboard_name": "PLX", 2 "keyboard_name": "PLX",
3 "manufacturer": "Peac Design",
3 "url": "https://peac.design/", 4 "url": "https://peac.design/",
4 "maintainer": "2Moons-JP", 5 "maintainer": "2Moons-JP",
6 "usb": {
7 "vid": "0x04D8",
8 "pid": "0xE972",
9 "device_version": "0.0.1"
10 },
5 "layout_aliases": { 11 "layout_aliases": {
6 "LAYOUT": "LAYOUT_60_ansi_tsangan" 12 "LAYOUT": "LAYOUT_60_ansi_tsangan"
7 }, 13 },