From a8744b163074457253da2c63affd3b4cceefe04a Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 4 Aug 2022 08:12:37 +1000 Subject: Move keyboard USB IDs and strings to data driven: S (#17889) --- keyboards/smallkeyboard/config.h | 6 ------ keyboards/smallkeyboard/info.json | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'keyboards/smallkeyboard') diff --git a/keyboards/smallkeyboard/config.h b/keyboards/smallkeyboard/config.h index c96fa911e5..5d934dd937 100644 --- a/keyboards/smallkeyboard/config.h +++ b/keyboards/smallkeyboard/config.h @@ -17,13 +17,7 @@ #pragma once -/* USB Device descriptor parameter */ #include "config_common.h" -#define VENDOR_ID 0x7A71 // "zq" = zhouqiong19840119 -#define PRODUCT_ID 0x736B // "sk" = smallkeyboard -#define DEVICE_VER 0x0001 -#define MANUFACTURER zhouqiong19840119 -#define PRODUCT smallkeyboard /* key matrix size */ #define MATRIX_ROWS 2 diff --git a/keyboards/smallkeyboard/info.json b/keyboards/smallkeyboard/info.json index 8d1d642c10..9514637685 100644 --- a/keyboards/smallkeyboard/info.json +++ b/keyboards/smallkeyboard/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "smallkeyboard", + "manufacturer": "zhouqiong19840119", "url": "", "maintainer": "zhouqiong19840119", + "usb": { + "vid": "0x7A71", + "pid": "0x736B", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ortho_2x3": { "layout": [ -- cgit v1.2.3