diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-28 13:13:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-28 13:13:39 +0000 |
commit | c2f68e32321f733a07ebf7b8dc9ddf9c45b759ab (patch) | |
tree | a8c704adbbbe8237aa62616120d0f1bbf37e2b9a /keyboards/hotdox | |
parent | 157ea964117de382b52229db87a55340830839c9 (diff) | |
parent | 920f9837677749541b88b02ecb245539943140e2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hotdox')
-rw-r--r-- | keyboards/hotdox/config.h | 9 | ||||
-rw-r--r-- | keyboards/hotdox/info.json | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/keyboards/hotdox/config.h b/keyboards/hotdox/config.h index b72faa613c..7dc6840c4b 100644 --- a/keyboards/hotdox/config.h +++ b/keyboards/hotdox/config.h @@ -2,15 +2,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ - -#define VENDOR_ID 0x414B // 'AK' for Alpaca Keyboards -#define PRODUCT_ID 0x0001 // sequentially numbered - -#define DEVICE_VER 0x0001 -#define MANUFACTURER Alpaca Keyboards -#define PRODUCT ErgoDox 76 "HotDox" - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 14 diff --git a/keyboards/hotdox/info.json b/keyboards/hotdox/info.json index 953c12f712..0303f1eb1e 100644 --- a/keyboards/hotdox/info.json +++ b/keyboards/hotdox/info.json @@ -1,6 +1,12 @@ { - "keyboard_name": "HotDox", + "keyboard_name": "Ergodox 76 \"HotDox\"", + "manufacturer": "Alpaca Keyboards", "maintainer": "layne001365", + "usb": { + "vid": "0x414B", + "pid": "0x0001", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ergodox": { |