diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-28 05:19:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 20:19:09 +0100 |
commit | 4a0eb733acf2efb66473046f174ad695f746ab24 (patch) | |
tree | 8662d104890776533554f8b91ad569b66bbbb581 /keyboards/glenpickle/chimera_ortho | |
parent | c788857b6bfc150defce4579a9e946e5744f0d5a (diff) | |
download | qmk_firmware-4a0eb733acf2efb66473046f174ad695f746ab24.tar.gz qmk_firmware-4a0eb733acf2efb66473046f174ad695f746ab24.zip |
Move keyboard USB IDs and strings to data driven: G (#17818)
Diffstat (limited to 'keyboards/glenpickle/chimera_ortho')
-rw-r--r-- | keyboards/glenpickle/chimera_ortho/config.h | 8 | ||||
-rw-r--r-- | keyboards/glenpickle/chimera_ortho/info.json | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/glenpickle/chimera_ortho/config.h b/keyboards/glenpickle/chimera_ortho/config.h index 8ae25c1eb4..1310866fbb 100644 --- a/keyboards/glenpickle/chimera_ortho/config.h +++ b/keyboards/glenpickle/chimera_ortho/config.h @@ -19,14 +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 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 -#define MANUFACTURER unknown -#define PRODUCT Chimera Ortho - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 10 diff --git a/keyboards/glenpickle/chimera_ortho/info.json b/keyboards/glenpickle/chimera_ortho/info.json index 73e15c64f3..ac4ecfb201 100644 --- a/keyboards/glenpickle/chimera_ortho/info.json +++ b/keyboards/glenpickle/chimera_ortho/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "Chimera Ortho", + "manufacturer": "Unknown", "maintainer": "qmk", + "usb": { + "vid": "0xFEED", + "pid": "0x6060", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |