diff options
Diffstat (limited to 'keyboards/reviung/reviung53')
-rw-r--r-- | keyboards/reviung/reviung53/config.h | 8 | ||||
-rw-r--r-- | keyboards/reviung/reviung53/info.json | 6 | ||||
-rw-r--r-- | keyboards/reviung/reviung53/readme.md | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/keyboards/reviung/reviung53/config.h b/keyboards/reviung/reviung53/config.h index f874297d77..fcfbe8194d 100644 --- a/keyboards/reviung/reviung53/config.h +++ b/keyboards/reviung/reviung53/config.h @@ -5,13 +5,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4E94 -#define PRODUCT_ID 0x4E09 -#define DEVICE_VER 0x0001 -#define MANUFACTURER gtips -#define PRODUCT reviung53 - /* key matrix size */ #define MATRIX_ROWS 7 #define MATRIX_COLS 8 @@ -28,7 +21,6 @@ */ #define MATRIX_ROW_PINS { D0, D4, C6, D7, E6, B4, B5 } #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6 } -#define UNUSED_PINS /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/reviung/reviung53/info.json b/keyboards/reviung/reviung53/info.json index ff63de5bc8..9001719324 100644 --- a/keyboards/reviung/reviung53/info.json +++ b/keyboards/reviung/reviung53/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "reviung53", + "manufacturer": "gtips", "url": "", "maintainer": "gtips", + "usb": { + "vid": "0x4E94", + "pid": "0x4E09", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_reviung53": { "layout": [ diff --git a/keyboards/reviung/reviung53/readme.md b/keyboards/reviung/reviung53/readme.md index a2bfbcdbc2..2e0ed27e16 100644 --- a/keyboards/reviung/reviung53/readme.md +++ b/keyboards/reviung/reviung53/readme.md @@ -24,4 +24,4 @@ Enter the bootloader in 3 ways: * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead -* **Keycode in layout**: Press the key mapped to `RESET` if it is available +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |