diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-30 13:02:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 20:02:47 -0700 |
commit | 306e50b84cdf0aaac01838c4519209b642dee113 (patch) | |
tree | 386de8a2406202b1a0fecd51e6c932e77d5c4c62 /keyboards/dp60 | |
parent | d1096ad440e046fb44d3ba75c0049065b1dadb60 (diff) | |
download | qmk_firmware-306e50b84cdf0aaac01838c4519209b642dee113.tar.gz qmk_firmware-306e50b84cdf0aaac01838c4519209b642dee113.zip |
Move keyboard USB IDs and strings to data driven: D (#17814)
Diffstat (limited to 'keyboards/dp60')
-rw-r--r-- | keyboards/dp60/config.h | 7 | ||||
-rw-r--r-- | keyboards/dp60/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h index f4a44206f4..ff7eb6f6d4 100644 --- a/keyboards/dp60/config.h +++ b/keyboards/dp60/config.h @@ -17,13 +17,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x60BE -#define PRODUCT_ID 0x00BE -#define DEVICE_VER 0x0001 -#define MANUFACTURER astro -#define PRODUCT DP60 - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 diff --git a/keyboards/dp60/info.json b/keyboards/dp60/info.json index e5c7bbfeed..783999f8ed 100644 --- a/keyboards/dp60/info.json +++ b/keyboards/dp60/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "rgb60", + "keyboard_name": "DP60", + "manufacturer": "astro", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x60BE", + "pid": "0x00BE", + "device_version": "0.0.1" + }, "layout_aliases": { "LAYOUT_60_wkl": "LAYOUT_60_ansi_tsangan_split_rshift", "LAYOUT_60_wkl_split_bs": "LAYOUT_60_tsangan_hhkb" |