diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 22:54:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 22:54:33 +0000 |
commit | d8a15ce5bb29e3b523a316612935ea2b90d2d0fe (patch) | |
tree | e829a3182660783915a4c3812cb6792dd0ada24e /keyboards/unison | |
parent | adf8218399efaf021cde4d356a97e8c5c35d01bc (diff) | |
parent | a30c1884c7ccbdc5a454cedbed61f465f6c275ba (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/unison')
-rw-r--r-- | keyboards/unison/v04/config.h | 7 | ||||
-rw-r--r-- | keyboards/unison/v04/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/unison/v04/config.h b/keyboards/unison/v04/config.h index 93c1ae2e4b..49cbbd9ce5 100644 --- a/keyboards/unison/v04/config.h +++ b/keyboards/unison/v04/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 0xB9DD -#define PRODUCT_ID 0x176A -#define DEVICE_VER 0x0040 -#define MANUFACTURER jpskenn -#define PRODUCT Unison - /* key matrix size */ /* NOTE: With Round-Robin matrix, set same size for both. */ #define MATRIX_ROWS 10 diff --git a/keyboards/unison/v04/info.json b/keyboards/unison/v04/info.json index 31b3f1e93b..00de673b9e 100644 --- a/keyboards/unison/v04/info.json +++ b/keyboards/unison/v04/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Unison", + "manufacturer": "jpskenn", "url": "https://github.com/jpskenn/Unison", "maintainer": "jpskenn", + "usb": { + "vid": "0xB9DD", + "pid": "0x176A", + "device_version": "0.4.0" + }, "layouts": { "LAYOUT_all": { "layout": [ |