diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-06 08:52:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-06 08:52:48 +0000 |
commit | dd0ac80ee4662278f94452600363e5d74811b66c (patch) | |
tree | d53291091344718dd9f73282ed0bd0fd81f10f82 /keyboards/yushakobo/quick7 | |
parent | ed9bdcbc3608819e17ff7a11221e651bf51ec1cc (diff) | |
parent | fb19e140481ecc360737420850d2d84c67a3d047 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yushakobo/quick7')
-rw-r--r-- | keyboards/yushakobo/quick7/config.h | 7 | ||||
-rw-r--r-- | keyboards/yushakobo/quick7/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/yushakobo/quick7/config.h b/keyboards/yushakobo/quick7/config.h index f3afcd2df7..e9897a330a 100644 --- a/keyboards/yushakobo/quick7/config.h +++ b/keyboards/yushakobo/quick7/config.h @@ -19,13 +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 0x3265 -#define PRODUCT_ID 0x0002 -#define DEVICE_VER 0x0001 -#define MANUFACTURER yushakobo -#define PRODUCT quick7 - /* key matrix size */ #define MATRIX_ROWS 3 #define MATRIX_COLS 3 diff --git a/keyboards/yushakobo/quick7/info.json b/keyboards/yushakobo/quick7/info.json index 078dd70d22..58afeb97de 100644 --- a/keyboards/yushakobo/quick7/info.json +++ b/keyboards/yushakobo/quick7/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "quick7", + "manufacturer": "yushakobo", "url": "", "maintainer": "yushakobo", + "usb": { + "vid": "0x3265", + "pid": "0x0002", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |