diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-29 22:40:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 13:40:16 +0100 |
commit | bcb8600a31843304ab51e67dfc7c9ad555739714 (patch) | |
tree | 5a67cb274199b753eee6d8be222ef1522564428b /keyboards/idobao/montex/v1rgb | |
parent | 1ded7ad46070d759cfa715354952eb220428b28c (diff) |
Move keyboard USB IDs and strings to data driven: I (#17836)
Diffstat (limited to 'keyboards/idobao/montex/v1rgb')
-rwxr-xr-x | keyboards/idobao/montex/v1rgb/config.h | 7 | ||||
-rwxr-xr-x | keyboards/idobao/montex/v1rgb/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/idobao/montex/v1rgb/config.h b/keyboards/idobao/montex/v1rgb/config.h index 609aeb417e..670b43462b 100755 --- a/keyboards/idobao/montex/v1rgb/config.h +++ b/keyboards/idobao/montex/v1rgb/config.h @@ -5,13 +5,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x6964 // "id" -#define PRODUCT_ID 0x0127 -#define DEVICE_VER 0x0001 -#define MANUFACTURER IDOBAO -#define PRODUCT Montex RGB - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 5 diff --git a/keyboards/idobao/montex/v1rgb/info.json b/keyboards/idobao/montex/v1rgb/info.json index 27144e499c..9001a3dfec 100755 --- a/keyboards/idobao/montex/v1rgb/info.json +++ b/keyboards/idobao/montex/v1rgb/info.json @@ -1,5 +1,11 @@ { - "keyboard_name": "IDOBAO MONTEX RGB", + "keyboard_name": "Montex RGB", + "manufacturer": "IDOBAO", + "usb": { + "vid": "0x6964", + "pid": "0x0127", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_numpad_6x5": { "layout": [ |