diff options
| author | Ryan | 2022-07-30 09:23:55 +0200 |
|---|---|---|
| committer | GitHub | 2022-07-30 09:23:55 +0200 |
| commit | 1c6b0391b4685a2d6e9b8ad9fc3a88c5ad5ea31c (patch) | |
| tree | 85e8ebcbca0307c6dcd4e243d6a4187fd82d0552 /keyboards/eu_isolation | |
| parent | da07e7dd0e173ed83cb82f84f143de36ed1aeae3 (diff) | |
Move keyboard USB IDs and strings to data driven: E (#17815)
Diffstat (limited to 'keyboards/eu_isolation')
| -rw-r--r-- | keyboards/eu_isolation/config.h | 7 | ||||
| -rw-r--r-- | keyboards/eu_isolation/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/eu_isolation/config.h b/keyboards/eu_isolation/config.h index e1564b8d6b..49355bfec8 100644 --- a/keyboards/eu_isolation/config.h +++ b/keyboards/eu_isolation/config.h @@ -16,13 +16,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x4373 -#define DEVICE_VER 0x0001 -#define MANUFACTURER TuckTuckFloof -#define PRODUCT EU ISOlation - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 14 diff --git a/keyboards/eu_isolation/info.json b/keyboards/eu_isolation/info.json index 03de853c42..5713a2ddb8 100644 --- a/keyboards/eu_isolation/info.json +++ b/keyboards/eu_isolation/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "EUISOlation", + "keyboard_name": "EU ISOlation", + "manufacturer": "TuckTuckFloof", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0xFEED", + "pid": "0x4373", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_euiso_ortho": { "layout": [ |