diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 07:04:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 07:04:43 +0000 |
commit | bce4fb45748bacc8cb21cb61687d9bfd9faa4494 (patch) | |
tree | 37e753ac9e2070f540b39e5cf3b9d8844a1adbba /keyboards/kb_elmo/67mk_e | |
parent | d52d7bc6587ebde3f3ead42e5670ac05087e7e35 (diff) | |
parent | 1b92c204c10594fce6a715710c277a748a4fdc68 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kb_elmo/67mk_e')
-rw-r--r-- | keyboards/kb_elmo/67mk_e/config.h | 7 | ||||
-rw-r--r-- | keyboards/kb_elmo/67mk_e/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/kb_elmo/67mk_e/config.h b/keyboards/kb_elmo/67mk_e/config.h index 60c90ed522..9d0ab1a10c 100644 --- a/keyboards/kb_elmo/67mk_e/config.h +++ b/keyboards/kb_elmo/67mk_e/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 0xA68C -#define PRODUCT_ID 0xD03E -#define DEVICE_VER 0x0001 -#define MANUFACTURER kb_elmo -#define PRODUCT 67mk_E - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 diff --git a/keyboards/kb_elmo/67mk_e/info.json b/keyboards/kb_elmo/67mk_e/info.json index fd417097b8..ca0437811e 100644 --- a/keyboards/kb_elmo/67mk_e/info.json +++ b/keyboards/kb_elmo/67mk_e/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "67mk_e", + "keyboard_name": "67mk_E", + "manufacturer": "kb_elmo", "url": "", "maintainer": "kb-elmo", + "usb": { + "vid": "0xA68C", + "pid": "0xD03E", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_all": { "layout": [ |