diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 07:04:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 07:04:43 +0000 |
commit | bce4fb45748bacc8cb21cb61687d9bfd9faa4494 (patch) | |
tree | 37e753ac9e2070f540b39e5cf3b9d8844a1adbba /keyboards/kmac_pad | |
parent | d52d7bc6587ebde3f3ead42e5670ac05087e7e35 (diff) | |
parent | 1b92c204c10594fce6a715710c277a748a4fdc68 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kmac_pad')
-rw-r--r-- | keyboards/kmac_pad/config.h | 7 | ||||
-rw-r--r-- | keyboards/kmac_pad/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/kmac_pad/config.h b/keyboards/kmac_pad/config.h index 189f2f9c08..3d238dbfe9 100644 --- a/keyboards/kmac_pad/config.h +++ b/keyboards/kmac_pad/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 0x4B4D // KM -#define PRODUCT_ID 0x4143 // AC -#define DEVICE_VER 0x0104 -#define MANUFACTURER KBDMania -#define PRODUCT KMAC PAD - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 4 diff --git a/keyboards/kmac_pad/info.json b/keyboards/kmac_pad/info.json index 26bb3b66d9..2ce217d70a 100644 --- a/keyboards/kmac_pad/info.json +++ b/keyboards/kmac_pad/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "KMAC PAD", + "manufacturer": "KBDMania", "maintainer": "talsu", + "usb": { + "vid": "0x4B4D", + "pid": "0x4143", + "device_version": "1.0.4" + }, "layouts": { "LAYOUT": { "layout": [ |