diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-29 22:40:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 13:40:16 +0100 |
commit | bcb8600a31843304ab51e67dfc7c9ad555739714 (patch) | |
tree | 5a67cb274199b753eee6d8be222ef1522564428b /keyboards/input_club/ergodox_infinity | |
parent | 1ded7ad46070d759cfa715354952eb220428b28c (diff) | |
download | qmk_firmware-bcb8600a31843304ab51e67dfc7c9ad555739714.tar.gz qmk_firmware-bcb8600a31843304ab51e67dfc7c9ad555739714.zip |
Move keyboard USB IDs and strings to data driven: I (#17836)
Diffstat (limited to 'keyboards/input_club/ergodox_infinity')
-rw-r--r-- | keyboards/input_club/ergodox_infinity/config.h | 7 | ||||
-rw-r--r-- | keyboards/input_club/ergodox_infinity/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/input_club/ergodox_infinity/config.h b/keyboards/input_club/ergodox_infinity/config.h index debf9a62b9..458b2d1042 100644 --- a/keyboards/input_club/ergodox_infinity/config.h +++ b/keyboards/input_club/ergodox_infinity/config.h @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x1c11 -#define PRODUCT_ID 0xb04d -#define DEVICE_VER 0x0001 -#define MANUFACTURER Input Club -#define PRODUCT Infinity_Ergodox/QMK - #define MOUSEKEY_INTERVAL 20 #define MOUSEKEY_DELAY 0 #define MOUSEKEY_TIME_TO_MAX 60 diff --git a/keyboards/input_club/ergodox_infinity/info.json b/keyboards/input_club/ergodox_infinity/info.json index 22b20eec39..dd6b3ac9aa 100644 --- a/keyboards/input_club/ergodox_infinity/info.json +++ b/keyboards/input_club/ergodox_infinity/info.json @@ -1,5 +1,11 @@ { - "keyboard_name": "Infinity Ergodox", + "keyboard_name": "Infinity Ergodox (QMK)", + "manufacturer": "Input:Club", + "usb": { + "vid": "0x1C11", + "pid": "0xB04D", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ergodox": { "layout": [ |