diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 00:53:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 00:53:04 +0000 |
commit | 77ed0feebebc82a271c561e1770c20d075225947 (patch) | |
tree | ecbcc856340b3077feca37e87f2cdd00f3d53331 /keyboards/ai03/vega | |
parent | 1e651dbdb0815013da00804257df67aab5e28167 (diff) | |
parent | 674422eb13a4f5c9c8238629e42f4fc1d7641ede (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ai03/vega')
-rw-r--r-- | keyboards/ai03/vega/config.h | 7 | ||||
-rw-r--r-- | keyboards/ai03/vega/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/ai03/vega/config.h b/keyboards/ai03/vega/config.h index 5f94ea9a7d..d6fbd8418d 100644 --- a/keyboards/ai03/vega/config.h +++ b/keyboards/ai03/vega/config.h @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xA103 -#define PRODUCT_ID 0x0015 -#define DEVICE_VER 0x0001 -#define MANUFACTURER ai03 Design Studio -#define PRODUCT Vega - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/ai03/vega/info.json b/keyboards/ai03/vega/info.json index 027f03ef35..ee66f539c9 100644 --- a/keyboards/ai03/vega/info.json +++ b/keyboards/ai03/vega/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Vega", + "manufacturer": "ai03 Design Studio", "url": "ai03.com", "maintainer": "ai03", + "usb": { + "vid": "0xA103", + "pid": "0x0015", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |