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/xbows/numpad | |
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/xbows/numpad')
-rw-r--r-- | keyboards/xbows/numpad/config.h | 6 | ||||
-rw-r--r-- | keyboards/xbows/numpad/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/xbows/numpad/config.h b/keyboards/xbows/numpad/config.h index c36ee1a52c..7eb56caea7 100644 --- a/keyboards/xbows/numpad/config.h +++ b/keyboards/xbows/numpad/config.h @@ -17,12 +17,6 @@ #include "config_common.h" -#define VENDOR_ID 0x5842 -#define PRODUCT_ID 0x4E75 -#define DEVICE_VER 0x0001 -#define MANUFACTURER X-BOWS -#define PRODUCT NUMPAD - #define MATRIX_ROWS 6 #define MATRIX_COLS 4 #define MATRIX_ROW_PINS { B5, B4, C6, B6, D7, B3 } diff --git a/keyboards/xbows/numpad/info.json b/keyboards/xbows/numpad/info.json index f4be5f56d1..543a4f876f 100644 --- a/keyboards/xbows/numpad/info.json +++ b/keyboards/xbows/numpad/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "NUMPAD", + "manufacturer": "X-BOWS", "url": "", "maintainer": "xbows-qmk", + "usb": { + "vid": "0x5842", + "pid": "0x4E75", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |