diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 22:13:21 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 22:13:21 +0000 |
commit | 0a198b59a3f44bf099ef3f15ba3f808c6e0dba5c (patch) | |
tree | cc3e90a52b67fbb9260b25fc3cba3eaafce9799a /keyboards/skergo | |
parent | 237039cdcd896e7a99e58db92d193c5ff7a2dc33 (diff) | |
parent | a8744b163074457253da2c63affd3b4cceefe04a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/skergo')
-rw-r--r-- | keyboards/skergo/config.h | 7 | ||||
-rw-r--r-- | keyboards/skergo/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/skergo/config.h b/keyboards/skergo/config.h index e736e4c8d4..9668da656f 100644 --- a/keyboards/skergo/config.h +++ b/keyboards/skergo/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4B49 -#define PRODUCT_ID 0x534B -#define DEVICE_VER 0x0001 -#define MANUFACTURER Keyzio -#define PRODUCT SKErgo - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/skergo/info.json b/keyboards/skergo/info.json index 83e277a91d..c47a1ac45f 100644 --- a/keyboards/skergo/info.json +++ b/keyboards/skergo/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "SKErgo", + "manufacturer": "Keyzio", "url": "https://keyz.io", "maintainer": "kevinzhao-tech", + "usb": { + "vid": "0x4B49", + "pid": "0x534B", + "device_version": "0.0.1" + }, "layout_aliases": { "LAYOUT_all": "LAYOUT_split_bs" }, |