diff options
Diffstat (limited to 'keyboards/reviung/reviung5')
-rw-r--r-- | keyboards/reviung/reviung5/config.h | 8 | ||||
-rw-r--r-- | keyboards/reviung/reviung5/info.json | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/reviung/reviung5/config.h b/keyboards/reviung/reviung5/config.h index 38b88c07a8..2e28af7a65 100644 --- a/keyboards/reviung/reviung5/config.h +++ b/keyboards/reviung/reviung5/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 0x5C06 -#define PRODUCT_ID 0x4F0D -#define DEVICE_VER 0x0001 -#define MANUFACTURER gtips -#define PRODUCT reviung5 - /* key matrix size */ #define MATRIX_ROWS 1 #define MATRIX_COLS 5 @@ -44,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { F4 } #define MATRIX_COL_PINS \ { D4, C6, D7, E6, B4 } -#define UNUSED_PINS /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/reviung/reviung5/info.json b/keyboards/reviung/reviung5/info.json index 78d27d64e2..12320d7774 100644 --- a/keyboards/reviung/reviung5/info.json +++ b/keyboards/reviung/reviung5/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "reviung5", + "manufacturer": "gtips", "url": "", "maintainer": "gtips", + "usb": { + "vid": "0x5C06", + "pid": "0x4F0D", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_reviung5": { "layout": [ |