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/info.json | |
parent | 1ded7ad46070d759cfa715354952eb220428b28c (diff) |
Move keyboard USB IDs and strings to data driven: I (#17836)
Diffstat (limited to 'keyboards/idobao/montex/v1rgb/info.json')
-rwxr-xr-x | keyboards/idobao/montex/v1rgb/info.json | 8 |
1 files changed, 7 insertions, 1 deletions
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": [ |