diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-06 18:45:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 18:45:43 +1000 |
commit | 0e3cc6af12ad0337574280f783ee118a79c6ea55 (patch) | |
tree | a69abcbc09837237c910631e5059551a05f4e300 /keyboards/xelus/valor/rev2 | |
parent | 64acbcb42a5c38ceedb9e7ba14607e6e6427a92a (diff) |
Move keyboard USB IDs and strings to data driven: X (#17925)
Diffstat (limited to 'keyboards/xelus/valor/rev2')
-rw-r--r-- | keyboards/xelus/valor/rev2/config.h | 7 | ||||
-rw-r--r-- | keyboards/xelus/valor/rev2/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/xelus/valor/rev2/config.h b/keyboards/xelus/valor/rev2/config.h index 8201373d23..edc1be8d6d 100644 --- a/keyboards/xelus/valor/rev2/config.h +++ b/keyboards/xelus/valor/rev2/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x5845 // "XE" -#define PRODUCT_ID 0x5653 // Valor "VR" + 1 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Xelus -#define PRODUCT Xelus Valor Rev2 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/xelus/valor/rev2/info.json b/keyboards/xelus/valor/rev2/info.json index 47fd2c3e2b..1d19fbad2d 100644 --- a/keyboards/xelus/valor/rev2/info.json +++ b/keyboards/xelus/valor/rev2/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Xelus Valor Rev2", + "keyboard_name": "Valor Rev2", + "manufacturer": "Xelus", "url": "", "maintainer": "Xelus22", + "usb": { + "vid": "0x5845", + "pid": "0x5653", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_alice_split_bs": { "layout": [ |