diff options
Diffstat (limited to 'keyboards/k34')
-rw-r--r-- | keyboards/k34/config.h | 8 | ||||
-rw-r--r-- | keyboards/k34/info.json | 6 | ||||
-rw-r--r-- | keyboards/k34/readme.md | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/keyboards/k34/config.h b/keyboards/k34/config.h index 4d9910d50d..b7cbe618c2 100644 --- a/keyboards/k34/config.h +++ b/keyboards/k34/config.h @@ -5,13 +5,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 -#define DEVICE_VER 0x0001 -#define MANUFACTURER jp_smasher -#define PRODUCT k34 - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 10 @@ -28,7 +21,6 @@ */ #define MATRIX_ROW_PINS { F4, B2, E6, B4 } #define MATRIX_COL_PINS { D1, D0, D4, C6, D7, F5, F6, F7, B1, B3 } -#define UNUSED_PINS { B5, B6, D2, D3 } /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/k34/info.json b/keyboards/k34/info.json index 0917e44961..fe80b8b999 100644 --- a/keyboards/k34/info.json +++ b/keyboards/k34/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "k34", + "manufacturer": "jp_smasher", "url": "https://github.com/wongjingping/k34", "maintainer": "qmk", + "usb": { + "vid": "0xFEED", + "pid": "0x0000", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/k34/readme.md b/keyboards/k34/readme.md index 8f17c7e5de..8576def947 100644 --- a/keyboards/k34/readme.md +++ b/keyboards/k34/readme.md @@ -11,7 +11,7 @@ All hardware supported can be found in the [k34 repository](https://github.com/w ## Flashing Instructions -To enter the bootloader, short the RST and GND pins, or press the key mapped to `RESET`. +To enter the bootloader, short the RST and GND pins, or press the key mapped to `QK_BOOT`. Make example for this keyboard (after setting up your build environment): |