diff options
Diffstat (limited to 'keyboards/reviung/reviung34')
-rwxr-xr-x | keyboards/reviung/reviung34/config.h | 8 | ||||
-rwxr-xr-x | keyboards/reviung/reviung34/info.json | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/reviung/reviung34/config.h b/keyboards/reviung/reviung34/config.h index 254ea550af..5bc0cf98fc 100755 --- a/keyboards/reviung/reviung34/config.h +++ b/keyboards/reviung/reviung34/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 0xFEED -#define PRODUCT_ID 0x4E03 -#define DEVICE_VER 0x0001 -#define MANUFACTURER gtips -#define PRODUCT reviung34 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 9 @@ -42,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define MATRIX_ROW_PINS { F4, F5, F6, F7} #define MATRIX_COL_PINS { D4, C6, D7, E6, B4, B1, B3, B2, B6 } -#define UNUSED_PINS /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/reviung/reviung34/info.json b/keyboards/reviung/reviung34/info.json index 6e727a4ff3..2738014d21 100755 --- a/keyboards/reviung/reviung34/info.json +++ b/keyboards/reviung/reviung34/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "reviung34", + "manufacturer": "gtips", "url": "", "maintainer": "gtips", + "usb": { + "vid": "0xFEED", + "pid": "0x4E03", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_reviung34": { "layout": [ |