diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-02 00:11:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-02 00:11:25 +0000 |
commit | 479c7876e60e8427ea98de13e6a1156705511e72 (patch) | |
tree | b55a15102c7cad82c8688f9066b9509e454a3c9e /keyboards/np12 | |
parent | e6dc14ae4113400b663c4d544ff97be30bcd4d82 (diff) | |
parent | 056a44c7d3806dad0896133743b755151992d61f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/np12')
-rw-r--r-- | keyboards/np12/config.h | 9 | ||||
-rw-r--r-- | keyboards/np12/info.json | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/keyboards/np12/config.h b/keyboards/np12/config.h index b330c29feb..c769feff96 100644 --- a/keyboards/np12/config.h +++ b/keyboards/np12/config.h @@ -18,15 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xA4A4 -#define PRODUCT_ID 0x4401 -#define DEVICE_VER 0x0001 -#define MANUFACTURER nut1414 -#define PRODUCT np12 - - - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 5 diff --git a/keyboards/np12/info.json b/keyboards/np12/info.json index 06e544244b..8b8d89cc4a 100644 --- a/keyboards/np12/info.json +++ b/keyboards/np12/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "np12", + "manufacturer": "nut1414", "url": "https://github.com/nut1414/np12", "maintainer": "nut1414", + "usb": { + "vid": "0xA4A4", + "pid": "0x4401", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |