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/j80 | |
parent | 1050cf24536378d534c6163fd1ae5ae3fe46ccc4 (diff) | |
parent | 394cf7c41e24f966d38b9c8cc9bbc2faca905e2a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/j80')
-rw-r--r-- | keyboards/j80/config.h | 6 | ||||
-rw-r--r-- | keyboards/j80/info.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index 3aaeb26dad..1ad00356fe 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h @@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D -#define DEVICE_VER 0x0001 -#define MANUFACTURER JER -#define PRODUCT J80 - #define MATRIX_ROWS 7 #define MATRIX_COLS 14 diff --git a/keyboards/j80/info.json b/keyboards/j80/info.json index 6c14139bd7..bbb86f66f7 100644 --- a/keyboards/j80/info.json +++ b/keyboards/j80/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "J80", + "manufacturer": "JER", "url": "", "maintainer": "oeywil", + "usb": { + "vid": "0x20A0", + "pid": "0x422D", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_tkl_ansi": { "layout": [ |