diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-28 23:12:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 14:12:40 +0100 |
commit | 920f9837677749541b88b02ecb245539943140e2 (patch) | |
tree | ef2d2162ccb7302a208983956e1771e1af918ee6 /keyboards/hotdox | |
parent | e7affd05417a48b1e5c0948a24034227384a5d13 (diff) |
Move keyboard USB IDs and strings to data driven: H (#17821)
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": { |