diff options
Diffstat (limited to 'keyboards/trashman')
-rw-r--r-- | keyboards/trashman/ketch/config.h | 6 | ||||
-rw-r--r-- | keyboards/trashman/ketch/info.json | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/trashman/ketch/config.h b/keyboards/trashman/ketch/config.h index 93e6479a15..20e79e5c1c 100644 --- a/keyboards/trashman/ketch/config.h +++ b/keyboards/trashman/ketch/config.h @@ -23,12 +23,6 @@ SOFTWARE. #pragma once #include "config_common.h" -#define VENDOR_ID 0xFEAE -#define PRODUCT_ID 0x8947 -#define DEVICE_VER 0x0001 -#define MANUFACTURER trash man -#define PRODUCT Ketch - #define MATRIX_ROWS 6 #define MATRIX_COLS 8 #define MATRIX_ROW_PINS { F5, F1, F0, F7, B6, F6 } diff --git a/keyboards/trashman/ketch/info.json b/keyboards/trashman/ketch/info.json index 2fa70b05be..fbeffd539c 100644 --- a/keyboards/trashman/ketch/info.json +++ b/keyboards/trashman/ketch/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "ketch", + "keyboard_name": "Ketch", + "manufacturer": "trash man", "url": "https://trashman.wiki/pcbs/ketch", "maintainer": "jetpacktuxedo", + "usb": { + "vid": "0xFEAE", + "pid": "0x8947", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |