diff options
| author | Ryan | 2022-08-14 02:47:05 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-14 02:47:05 +0200 |
| commit | 30796913913c0f6dc0cce317ad8249de2b602294 (patch) | |
| tree | 74c69b26ecb9c9923b3e5b8b4c9b9904741ed6d0 /keyboards/aeboards/constellation/rev2 | |
| parent | 0f1bb982e97f0779e2885970f5e4677dbb555926 (diff) | |
Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
Diffstat (limited to 'keyboards/aeboards/constellation/rev2')
| -rwxr-xr-x | keyboards/aeboards/constellation/rev2/config.h | 7 | ||||
| -rw-r--r-- | keyboards/aeboards/constellation/rev2/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/aeboards/constellation/rev2/config.h b/keyboards/aeboards/constellation/rev2/config.h index de42885b47..77977f4a82 100755 --- a/keyboards/aeboards/constellation/rev2/config.h +++ b/keyboards/aeboards/constellation/rev2/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4145 // AE -#define PRODUCT_ID 0x065C // 65 - Constellation -#define DEVICE_VER 0x0001 -#define MANUFACTURER AEBoards -#define PRODUCT AEBoards Constellation Rev2 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/aeboards/constellation/rev2/info.json b/keyboards/aeboards/constellation/rev2/info.json index af09a0dfc7..95da6851c4 100644 --- a/keyboards/aeboards/constellation/rev2/info.json +++ b/keyboards/aeboards/constellation/rev2/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Constellation", + "keyboard_name": "Constellation Rev2", + "manufacturer": "AEBoards", "url": "", "maintainer": "Xelus22", + "usb": { + "vid": "0x4145", + "pid": "0x065C", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |