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/p3d | |
| parent | 3da6575e2480d46399be01c21270c57420e0f16d (diff) | |
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/p3d')
| -rw-r--r-- | keyboards/p3d/glitch/config.h | 6 | ||||
| -rw-r--r-- | keyboards/p3d/glitch/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/p3d/glitch/config.h b/keyboards/p3d/glitch/config.h index e7f78123d9..301597df08 100644 --- a/keyboards/p3d/glitch/config.h +++ b/keyboards/p3d/glitch/config.h | |||
| @@ -19,12 +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 | #define VENDOR_ID 0x7033 | ||
| 23 | #define PRODUCT_ID 0x3568 | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER P3D Store | ||
| 26 | #define PRODUCT Glitch | ||
| 27 | |||
| 28 | /* key matrix size */ | 22 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 10 | 23 | #define MATRIX_ROWS 10 |
| 30 | #define MATRIX_COLS 8 | 24 | #define MATRIX_COLS 8 |
diff --git a/keyboards/p3d/glitch/info.json b/keyboards/p3d/glitch/info.json index 6445e200f8..5015a2e28f 100644 --- a/keyboards/p3d/glitch/info.json +++ b/keyboards/p3d/glitch/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Glitch", | 2 | "keyboard_name": "Glitch", |
| 3 | "manufacturer": "P3D Store", | ||
| 3 | "url": "https://p3dstore.com/products/p3d-glitch-group-buy", | 4 | "url": "https://p3dstore.com/products/p3d-glitch-group-buy", |
| 4 | "maintainer": "matthewdias", | 5 | "maintainer": "matthewdias", |
| 6 | "usb": { | ||
| 7 | "vid": "0x7033", | ||
| 8 | "pid": "0x3568", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT_all": { | 12 | "LAYOUT_all": { |
| 7 | "layout": [{ | 13 | "layout": [{ |
