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/pabile/p40_ortho/info.json | |
parent | 3da6575e2480d46399be01c21270c57420e0f16d (diff) |
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/pabile/p40_ortho/info.json')
-rw-r--r-- | keyboards/pabile/p40_ortho/info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/pabile/p40_ortho/info.json b/keyboards/pabile/p40_ortho/info.json index 38eb5bdb70..a630973622 100644 --- a/keyboards/pabile/p40_ortho/info.json +++ b/keyboards/pabile/p40_ortho/info.json @@ -1,5 +1,12 @@ { + "keyboard_name": "P40 Ortho", + "manufacturer": "Pabile", "maintainer": "qmk", + "usb": { + "vid": "0x6666", + "pid": "0x6669", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ortho_4x10": { "layout": [ |