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/satt/comet46 | |
parent | 237039cdcd896e7a99e58db92d193c5ff7a2dc33 (diff) | |
parent | a8744b163074457253da2c63affd3b4cceefe04a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/satt/comet46')
-rw-r--r-- | keyboards/satt/comet46/config.h | 8 | ||||
-rw-r--r-- | keyboards/satt/comet46/info.json | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/satt/comet46/config.h b/keyboards/satt/comet46/config.h index d75294dc13..f14a389382 100644 --- a/keyboards/satt/comet46/config.h +++ b/keyboards/satt/comet46/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 SatT -#define PRODUCT Comet46 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 10 diff --git a/keyboards/satt/comet46/info.json b/keyboards/satt/comet46/info.json index f49c878e08..be71dedb39 100644 --- a/keyboards/satt/comet46/info.json +++ b/keyboards/satt/comet46/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Comet46", + "manufacturer": "SatT", "url": "", "maintainer": "SatT", + "usb": { + "vid": "0xFEED", + "pid": "0x6060", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |