diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-29 22:49:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 13:49:01 +0100 |
commit | 394cf7c41e24f966d38b9c8cc9bbc2faca905e2a (patch) | |
tree | 82f78f653b957ca74e8e83622d6630f4302c4b5f /keyboards/jd40 | |
parent | bcb8600a31843304ab51e67dfc7c9ad555739714 (diff) | |
download | qmk_firmware-394cf7c41e24f966d38b9c8cc9bbc2faca905e2a.tar.gz qmk_firmware-394cf7c41e24f966d38b9c8cc9bbc2faca905e2a.zip |
Move keyboard USB IDs and strings to data driven: J (#17837)
Diffstat (limited to 'keyboards/jd40')
-rw-r--r-- | keyboards/jd40/config.h | 7 | ||||
-rw-r--r-- | keyboards/jd40/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/jd40/config.h b/keyboards/jd40/config.h index dd6984f108..3645e86984 100644 --- a/keyboards/jd40/config.h +++ b/keyboards/jd40/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 -#define MANUFACTURER geekhack -#define PRODUCT jd40v2 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 12 diff --git a/keyboards/jd40/info.json b/keyboards/jd40/info.json index 6cfdcdc3ee..b94e9076f7 100644 --- a/keyboards/jd40/info.json +++ b/keyboards/jd40/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "jd40", + "manufacturer": "geekhack", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0xFEED", + "pid": "0x6060", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |