diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-14 12:16:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-14 12:16:16 +1000 |
commit | 3a7dbc89817950709717d6dcec18a6eccbcc2d28 (patch) | |
tree | bf9ad6461f2e0029c41ca4528689423e3b10e95d /keyboards/crkbd | |
parent | 28b05d15ffb1e724addde3b8929ecb21284a8195 (diff) | |
download | qmk_firmware-3a7dbc89817950709717d6dcec18a6eccbcc2d28.tar.gz qmk_firmware-3a7dbc89817950709717d6dcec18a6eccbcc2d28.zip |
Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)
Diffstat (limited to 'keyboards/crkbd')
-rw-r--r-- | keyboards/crkbd/config.h | 7 | ||||
-rw-r--r-- | keyboards/crkbd/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/crkbd/config.h b/keyboards/crkbd/config.h index 02732819f9..21f3aa0ab4 100644 --- a/keyboards/crkbd/config.h +++ b/keyboards/crkbd/config.h @@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x4653 -#define PRODUCT_ID 0x0001 -#define DEVICE_VER 0x0001 -#define MANUFACTURER foostan -#define PRODUCT Corne - /* key matrix size */ // Rows are doubled-up #define MATRIX_ROWS 8 diff --git a/keyboards/crkbd/info.json b/keyboards/crkbd/info.json index 9a73ec68e9..354d33618c 100644 --- a/keyboards/crkbd/info.json +++ b/keyboards/crkbd/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "crkbd rev. 1", + "keyboard_name": "Corne", + "manufacturer": "foostan", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0x4653", + "pid": "0x0001", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_split_3x6_3": { "layout": [ |