diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 22:06:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 22:06:14 +0000 |
commit | 237039cdcd896e7a99e58db92d193c5ff7a2dc33 (patch) | |
tree | 35144bfd16a200e2697a6f2ae3db3513834f2ac5 /keyboards/rect44 | |
parent | c6a6f987c93c424fc31e090737e4c7b8af728856 (diff) | |
parent | b40c03140e5da1edac2faa2b672a84ea28d0a7c1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/rect44')
-rw-r--r-- | keyboards/rect44/config.h | 7 | ||||
-rw-r--r-- | keyboards/rect44/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/rect44/config.h b/keyboards/rect44/config.h index d76f5f068f..19343d16a8 100644 --- a/keyboards/rect44/config.h +++ b/keyboards/rect44/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x4DD7 -#define DEVICE_VER 0x0001 -#define MANUFACTURER koshinoya -#define PRODUCT Rect44 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 13 diff --git a/keyboards/rect44/info.json b/keyboards/rect44/info.json index aae5fe41de..857df635d9 100644 --- a/keyboards/rect44/info.json +++ b/keyboards/rect44/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "rect44", + "keyboard_name": "Rect44", + "manufacturer": "koshinoya", "url": "", "maintainer": "koshinoya", + "usb": { + "vid": "0xFEED", + "pid": "0x4DD7", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |