diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-04 08:12:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 08:12:37 +1000 |
commit | a8744b163074457253da2c63affd3b4cceefe04a (patch) | |
tree | a2410a2476a6dfb0dd51f15eebfc360c8238b413 /keyboards/sergiopoverony | |
parent | b40c03140e5da1edac2faa2b672a84ea28d0a7c1 (diff) | |
download | qmk_firmware-a8744b163074457253da2c63affd3b4cceefe04a.tar.gz qmk_firmware-a8744b163074457253da2c63affd3b4cceefe04a.zip |
Move keyboard USB IDs and strings to data driven: S (#17889)
Diffstat (limited to 'keyboards/sergiopoverony')
-rw-r--r-- | keyboards/sergiopoverony/creator_pro/config.h | 8 | ||||
-rw-r--r-- | keyboards/sergiopoverony/creator_pro/info.json | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/sergiopoverony/creator_pro/config.h b/keyboards/sergiopoverony/creator_pro/config.h index 3bf7efc77d..9181a49be1 100644 --- a/keyboards/sergiopoverony/creator_pro/config.h +++ b/keyboards/sergiopoverony/creator_pro/config.h @@ -17,14 +17,6 @@ #pragma once #include "config_common.h" -/* vid pid */ -#define VENDOR_ID 0x8B1E -#define PRODUCT_ID 0x0C00 -#define DEVICE_VER 0x0001 -#define MANUFACTURER SergioPoverony -#define PRODUCT Creator Pro - - /* key matrix size pins */ #define MATRIX_ROWS 1 #define MATRIX_COLS 9 diff --git a/keyboards/sergiopoverony/creator_pro/info.json b/keyboards/sergiopoverony/creator_pro/info.json index a64615a78f..71d82a85bb 100644 --- a/keyboards/sergiopoverony/creator_pro/info.json +++ b/keyboards/sergiopoverony/creator_pro/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Creator Pro", + "manufacturer": "SergioPoverony", "url": "https://github.com/sergiopoverony", "maintainer": "SergioPoverony", + "usb": { + "vid": "0x8B1E", + "pid": "0x0C00", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |