diff options
author | fauxpark <fauxpark@gmail.com> | 2022-08-20 10:55:40 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-08-20 10:55:40 +1000 |
commit | 61689ae6096f55148fdc4d333c6a74a79486eba3 (patch) | |
tree | 1258cf3619698326cbbd4f28bd3ee502517821fb /keyboards/neson_design/700e | |
parent | eceed6c50bb2a6a85da992c206b95be8cf9d3d49 (diff) | |
parent | 201f1a8f47570c83569d1b0f4851b2fddf996fe7 (diff) | |
download | qmk_firmware-61689ae6096f55148fdc4d333c6a74a79486eba3.tar.gz qmk_firmware-61689ae6096f55148fdc4d333c6a74a79486eba3.zip |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/neson_design/700e')
-rw-r--r-- | keyboards/neson_design/700e/config.h | 7 | ||||
-rw-r--r-- | keyboards/neson_design/700e/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/neson_design/700e/config.h b/keyboards/neson_design/700e/config.h index a7f50b184f..83cc780d80 100644 --- a/keyboards/neson_design/700e/config.h +++ b/keyboards/neson_design/700e/config.h @@ -20,13 +20,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4E65 //'Ne' -#define PRODUCT_ID 0x700E // -#define DEVICE_VER 0x0001 -#define MANUFACTURER Neson Design -#define PRODUCT 700E Keyboard - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 diff --git a/keyboards/neson_design/700e/info.json b/keyboards/neson_design/700e/info.json index 270f1ed53c..4d4d427097 100644 --- a/keyboards/neson_design/700e/info.json +++ b/keyboards/neson_design/700e/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "700E", + "manufacturer": "Neson Design", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x4E65", + "pid": "0x700E", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": |