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_frl_tkl | |
parent | 64acbcb42a5c38ceedb9e7ba14607e6e6427a92a (diff) | |
download | qmk_firmware-0e3cc6af12ad0337574280f783ee118a79c6ea55.tar.gz qmk_firmware-0e3cc6af12ad0337574280f783ee118a79c6ea55.zip |
Move keyboard USB IDs and strings to data driven: X (#17925)
Diffstat (limited to 'keyboards/xelus/valor_frl_tkl')
-rw-r--r-- | keyboards/xelus/valor_frl_tkl/config.h | 7 | ||||
-rw-r--r-- | keyboards/xelus/valor_frl_tkl/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/xelus/valor_frl_tkl/config.h b/keyboards/xelus/valor_frl_tkl/config.h index c1c08878c0..253ff17687 100644 --- a/keyboards/xelus/valor_frl_tkl/config.h +++ b/keyboards/xelus/valor_frl_tkl/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x5845 // "XE" -#define PRODUCT_ID 0x4654 // "FT" -#define DEVICE_VER 0x0001 -#define MANUFACTURER Xelus -#define PRODUCT Xelus Valor FRL TKL - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 17 diff --git a/keyboards/xelus/valor_frl_tkl/info.json b/keyboards/xelus/valor_frl_tkl/info.json index 36c95032fb..4b4b59c43c 100644 --- a/keyboards/xelus/valor_frl_tkl/info.json +++ b/keyboards/xelus/valor_frl_tkl/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Xelus Valor FRL TKL", + "keyboard_name": "Valor FRL TKL", + "manufacturer": "Xelus", "url": "", "maintainer": "Xelus22", + "usb": { + "vid": "0x5845", + "pid": "0x4654", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |