diff options
author | zvecr <git@zvecr.com> | 2022-07-29 17:30:33 +0100 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2022-07-29 17:30:33 +0100 |
commit | ade2eb1e751be2918b901bfe4352a71f1d54e2a2 (patch) | |
tree | 4a2c409651420d4c99296aebeaaf0514d2cb4a71 /keyboards/jd40 | |
parent | 1050cf24536378d534c6163fd1ae5ae3fe46ccc4 (diff) | |
parent | 394cf7c41e24f966d38b9c8cc9bbc2faca905e2a (diff) |
Merge remote-tracking branch 'origin/master' into develop
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": [ |